tco_method 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/tco_method/version.rb +1 -1
- data/tco_method.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11960ee06eb5b374d740739ce2c713ac378614a7
|
|
4
|
+
data.tar.gz: 1f745c27ee5c95ab29a04e9880167f3d57ba3083
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ada2e8cd1fc60a513afe1d8b41648af9ad8d7c180671f952569f1b39d6913fde93be9a91dec4456d7de48706c08503b87aded56e0056f3f5d3d1f58356b60de6
|
|
7
|
+
data.tar.gz: 26ff23af6d83115e64012b09e2d7c00dc2632a9aed6d280a7dec52c4ab5f225d415a73562e360ce7f78fc7ad8b8ffa585d7ef86ec120d9bddb26227b8bd6d0d9
|
data/lib/tco_method/version.rb
CHANGED
data/tco_method.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = TCOMethod::VERSION
|
|
9
9
|
spec.authors = ["Danny Guinther"]
|
|
10
10
|
spec.email = ["dannyguinther@gmail.com"]
|
|
11
|
-
spec.summary = %q{Simplifies
|
|
12
|
-
spec.description = %q{Simplifies
|
|
11
|
+
spec.summary = %q{Simplifies compiling code with tail call optimization in MRI Ruby.}
|
|
12
|
+
spec.description = %q{Simplifies compiling code with tail call optimization in MRI Ruby.}
|
|
13
13
|
spec.homepage = "https://github.com/tdg5/tco_method"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tco_method
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Guinther
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Simplifies
|
|
55
|
+
description: Simplifies compiling code with tail call optimization in MRI Ruby.
|
|
56
56
|
email:
|
|
57
57
|
- dannyguinther@gmail.com
|
|
58
58
|
executables: []
|
|
@@ -103,7 +103,7 @@ rubyforge_project:
|
|
|
103
103
|
rubygems_version: 2.4.5
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 4
|
|
106
|
-
summary: Simplifies
|
|
106
|
+
summary: Simplifies compiling code with tail call optimization in MRI Ruby.
|
|
107
107
|
test_files:
|
|
108
108
|
- test/test_helper.rb
|
|
109
109
|
- test/test_helpers/factorial_stack_buster_helper.rb
|