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 +4 -4
- data/lib/ruby_is/version.rb +1 -1
- data/ruby_is.gemspec +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e82f96e16d6a30b0e8fb9cf224db223c4ac45c1
|
4
|
+
data.tar.gz: ca79b00123e51133e145c446a5f783b97456684e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15a82628332fb58f9bd37ec8a4c26895699808ff01f141a6cf43123d08c3e1b7b01d9dc8457ef759167ae0fc102dbcb347482266eca1fec7f45fb691566ed838
|
7
|
+
data.tar.gz: 51e57964ae1b8c5c5f622984dbeedd59e50d73f4c7be3e9db27ad09a1c10a92461ee1a278b6cc4cae7d98ca7854321e1ff8a1515f3d7c700a2e903c90ed1d48e
|
data/lib/ruby_is/version.rb
CHANGED
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{
|
12
|
-
spec.description = %q{Adds nice syntax for function definition
|
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.
|
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
|
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:
|
79
|
+
summary: inc is {|a| a+1}
|
81
80
|
test_files: []
|