Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoherrero committed Jan 18, 2023
1 parent d4a0f55 commit 2d97b04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ofstruct (0.2.1)
ofstruct (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -61,11 +61,11 @@ PLATFORMS
ruby

DEPENDENCIES
benchmark-ips (~> 2.1)
guard-rspec (~> 4.5)
benchmark-ips (~> 2.10)
guard-rspec (~> 4.7)
ofstruct!
rake (~> 13.0)
rspec (~> 3.2)
rspec (~> 3.12)

BUNDLED WITH
2.4.4
8 changes: 4 additions & 4 deletions ofstruct.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.name = "ofstruct"
spec.version = "0.2.1"
spec.version = "0.3.0"
spec.summary = "OpenFastStruct"
spec.description = "OpenFastStruct is a data structure, similar to an OpenStruct but faster."
spec.author = "Arturo Herrero"
Expand All @@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["spec/**/*"]
spec.require_paths = ["lib"]

spec.add_development_dependency "benchmark-ips", "~> 2.1"
spec.add_development_dependency "guard-rspec", "~> 4.5"
spec.add_development_dependency "benchmark-ips", "~> 2.10"
spec.add_development_dependency "guard-rspec", "~> 4.7"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "rspec", "~> 3.12"
end

0 comments on commit 2d97b04

Please sign in to comment.