tco_method 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c162423abdee7bafdeeb615df37a1f4d21a8332c
4
- data.tar.gz: c6dd3bf952c683b79d01ef86cefb40db6357de61
3
+ metadata.gz: 11960ee06eb5b374d740739ce2c713ac378614a7
4
+ data.tar.gz: 1f745c27ee5c95ab29a04e9880167f3d57ba3083
5
5
  SHA512:
6
- metadata.gz: 225afc368495954db3365a65de50da85d7ac3a447bc69759d443e98e946478e9faad145bc4f1eb3aeaa7800d82b235886dbd8ab6b59f472f9758f6e7d8de4a1a
7
- data.tar.gz: fe4000e731423ab4ee245c8256d567899e7d880e81caf5b1985822f17bd1687d81e5abae7f988ae688db7fde0e806cf00228fd6418a9dbc07345526466625cfe
6
+ metadata.gz: ada2e8cd1fc60a513afe1d8b41648af9ad8d7c180671f952569f1b39d6913fde93be9a91dec4456d7de48706c08503b87aded56e0056f3f5d3d1f58356b60de6
7
+ data.tar.gz: 26ff23af6d83115e64012b09e2d7c00dc2632a9aed6d280a7dec52c4ab5f225d415a73562e360ce7f78fc7ad8b8ffa585d7ef86ec120d9bddb26227b8bd6d0d9
@@ -1,4 +1,4 @@
1
1
  module TCOMethod
2
2
  # The version of the TCOMethod gem.
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
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 creating tail call optimized procs/lambdas/methods in Ruby.}
12
- spec.description = %q{Simplifies creating tail call optimized procs/lambdas/methods in Ruby.}
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.3
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 creating tail call optimized procs/lambdas/methods in Ruby.
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 creating tail call optimized procs/lambdas/methods in Ruby.
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