diff options
Diffstat (limited to 'lib/ostruct')
| -rw-r--r-- | lib/ostruct/ostruct.gemspec | 28 | ||||
| -rw-r--r-- | lib/ostruct/version.rb | 5 |
2 files changed, 0 insertions, 33 deletions
diff --git a/lib/ostruct/ostruct.gemspec b/lib/ostruct/ostruct.gemspec deleted file mode 100644 index 4f8507045e..0000000000 --- a/lib/ostruct/ostruct.gemspec +++ /dev/null @@ -1,28 +0,0 @@ -# frozen_string_literal: true - -begin - require_relative "lib/ostruct/version" -rescue LoadError - # for Ruby core repository - require_relative "version" -end - -Gem::Specification.new do |spec| - spec.name = "ostruct" - spec.version = OpenStruct::VERSION - spec.authors = ["Marc-Andre Lafortune"] - spec.email = ["ruby-core@marc-andre.ca"] - - spec.summary = %q{Class to build custom data structures, similar to a Hash.} - spec.description = %q{Class to build custom data structures, similar to a Hash.} - spec.homepage = "https://github.com/ruby/ostruct" - spec.license = "BSD-2-Clause" - - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"] - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } - spec.require_paths = ["lib"] - - spec.add_development_dependency "bundler" - spec.add_development_dependency "rake" -end diff --git a/lib/ostruct/version.rb b/lib/ostruct/version.rb deleted file mode 100644 index 91a4044094..0000000000 --- a/lib/ostruct/version.rb +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true - -class OpenStruct - VERSION = "0.2.0" -end |
