Skip to content

Commit

Permalink
Add licenses, same as oj
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonporritt committed Mar 20, 2014
1 parent 00dd3d1 commit 51a15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oj_mimic_json.gemspec
@@ -1,4 +1,3 @@

Gem::Specification.new do |s|
s.name = "oj_mimic_json"
s.version = '1.0.0'
Expand All @@ -8,6 +7,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.ohler.com/oj"
s.summary = "Simple gem to call Oj.mimic_JSON when using bundler or just want to limit code changes to just pulling in gems."
s.description = %{An experimental Object-base Parallel Evaluation Environment. }
s.licenses = ['MIT', 'GPL-3.0']

s.files = ['README.md', 'lib/oj_mimic_json.rb']
s.require_paths = ['lib']
Expand Down

0 comments on commit 51a15c2

Please sign in to comment.