Skip to content

Commit

Permalink
Release version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Geerts committed Nov 8, 2016
1 parent 933fcc2 commit 325168a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion json_logic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ Gem::Specification.new do |spec|
spec.email = ['[email protected]']
spec.homepage = 'http://jsonlogic.com'
spec.summary = 'Build complex rules, serialize them as JSON, and execute them in ruby'
spec.description = 'See http://jsonlogic.com'
spec.description = 'Build complex rules, serialize them as JSON, and execute them in ruby. See http://jsonlogic.com'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.3'

spec.add_development_dependency 'bundler', '~> 1.13'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'minitest', '~> 5.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/json_logic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JSONLogic
VERSION = '0.0.1'
VERSION = '0.1'
end

0 comments on commit 325168a

Please sign in to comment.