master_forest 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/master_forest/version.rb +1 -1
- data/master_forest.gemspec +2 -2
- metadata +3 -3
data/master_forest.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = MasterForest::VERSION
|
9
9
|
gem.authors = ["Joe Nelson"]
|
10
10
|
gem.email = ["cred+github@begriffs.com"]
|
11
|
-
gem.description = %q{
|
12
|
-
gem.summary = %q{
|
11
|
+
gem.description = %q{Combinatory logic parsing and reduction}
|
12
|
+
gem.summary = %q{THE MASTER FOREST: ONLY THE ELITE ARE ALLOWED TO ENTER!}
|
13
13
|
gem.homepage = "https://github.com/begriffs/master_forest"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: master_forest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description:
|
46
|
+
description: Combinatory logic parsing and reduction
|
47
47
|
email:
|
48
48
|
- cred+github@begriffs.com
|
49
49
|
executables: []
|
@@ -86,6 +86,6 @@ rubyforge_project:
|
|
86
86
|
rubygems_version: 1.8.24
|
87
87
|
signing_key:
|
88
88
|
specification_version: 3
|
89
|
-
summary:
|
89
|
+
summary: ! 'THE MASTER FOREST: ONLY THE ELITE ARE ALLOWED TO ENTER!'
|
90
90
|
test_files:
|
91
91
|
- spec/term_spec.rb
|