ruby_is 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6791aba8cc595c5a8ccf34335df9bbe4d4d3e74e
4
- data.tar.gz: 959e94213f4abcb243de3ca07a01d847e981d0b7
3
+ metadata.gz: 2e82f96e16d6a30b0e8fb9cf224db223c4ac45c1
4
+ data.tar.gz: ca79b00123e51133e145c446a5f783b97456684e
5
5
  SHA512:
6
- metadata.gz: 10b6c098d249eae62ad4425da6749287fc84cc7ddabc686979dd1de986ba0c11582292115d12760922c6e449d5ec7d977f41cebd13ebc5c5c54450127b8b5e75
7
- data.tar.gz: d0be402429900a0e855eaa9c658459513b4d689b0f1d280ba81ce39750aa95d605c003115130df80ad72c28c3a9bdede0a71536957a712a698fb3ddd35b03852
6
+ metadata.gz: 15a82628332fb58f9bd37ec8a4c26895699808ff01f141a6cf43123d08c3e1b7b01d9dc8457ef759167ae0fc102dbcb347482266eca1fec7f45fb691566ed838
7
+ data.tar.gz: 51e57964ae1b8c5c5f622984dbeedd59e50d73f4c7be3e9db27ad09a1c10a92461ee1a278b6cc4cae7d98ca7854321e1ff8a1515f3d7c700a2e903c90ed1d48e
@@ -1,3 +1,3 @@
1
1
  module RubyIs
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/ruby_is.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = RubyIs::VERSION
9
9
  spec.authors = ["Ales Huzik"]
10
10
  spec.email = ["me@aguzik.net"]
11
- spec.summary = %q{double is { _1 * 2 }}
12
- spec.description = %q{Adds nice syntax for function definition, supporting unnamed arguments (_1, _2, ... _9)}
11
+ spec.summary = %q{inc is {|a| a+1}}
12
+ spec.description = %q{Adds nice syntax for function definition}
13
13
  spec.homepage = "https://github.com/alesguzik/ruby-is"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_is
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ales Huzik
@@ -38,8 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Adds nice syntax for function definition, supporting unnamed arguments
42
- (_1, _2, ... _9)
41
+ description: Adds nice syntax for function definition
43
42
  email:
44
43
  - me@aguzik.net
45
44
  executables: []
@@ -77,5 +76,5 @@ rubyforge_project:
77
76
  rubygems_version: 2.5.2
78
77
  signing_key:
79
78
  specification_version: 4
80
- summary: double is { _1 * 2 }
79
+ summary: inc is {|a| a+1}
81
80
  test_files: []