Skip to content

Commit

Permalink
Bump version for new parslet
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcsparker committed Sep 21, 2013
1 parent ce1f255 commit 4535f8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ PATH
remote: .
specs:
kalc (0.8.1)
parslet (~> 1.4)
parslet (~> 1.5)

GEM
remote: http://rubygems.org/
specs:
blankslate (2.1.2.4)
diff-lcs (1.2.1)
diff-lcs (1.2.4)
parslet (1.5.0)
blankslate (~> 2.0)
rake (10.0.3)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.0)
rspec-expectations (2.13.0)
rake (10.1.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
rspec-mocks (2.14.3)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion kalc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_runtime_dependency 'parslet', '~> 1.4'
s.add_runtime_dependency 'parslet', '~> 1.5'
end
2 changes: 1 addition & 1 deletion lib/kalc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kalc
VERSION = '0.8.1'
VERSION = '0.9.0'
end

0 comments on commit 4535f8f

Please sign in to comment.