rize 1.0.1 → 1.0.2
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/rize/version.rb +1 -1
- data/rize.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c27c5ac357305865c80aac958802c39d32a03751
|
|
4
|
+
data.tar.gz: 3c8b88ff0f75389a8614fda79b7d1eb5131fcef9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3504447737b04893fadd1bcebdffc04c4b9f61f99fca9712231980bd9ee5f66963c45aa4d047ad99ccb673f05153d0e73da32dd707ac632795d2a173f2244cc
|
|
7
|
+
data.tar.gz: 3f148b9bceff97124d84c37b93d08bef6f978cd4204f51edb437f887e86668351e18f3bb961792d8b4961a4a883c1728359179aa9151f9992df6565bd47af618
|
data/lib/rize/version.rb
CHANGED
data/rize.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["abhijeetkalyan"]
|
|
10
10
|
spec.email = ["abhijeetkalyan@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{A functional toolkit for Ruby.}
|
|
13
|
+
spec.description = %q{A collection of useful utilities for manipulating functions, arrays and hashes.}
|
|
14
14
|
spec.homepage = "https://github.com/abhijeetkalyan/rize"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
spec.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- abhijeetkalyan
|
|
@@ -80,7 +80,8 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.10.3
|
|
83
|
-
description:
|
|
83
|
+
description: A collection of useful utilities for manipulating functions, arrays and
|
|
84
|
+
hashes.
|
|
84
85
|
email:
|
|
85
86
|
- abhijeetkalyan@gmail.com
|
|
86
87
|
executables: []
|
|
@@ -126,6 +127,6 @@ rubyforge_project:
|
|
|
126
127
|
rubygems_version: 2.4.8
|
|
127
128
|
signing_key:
|
|
128
129
|
specification_version: 4
|
|
129
|
-
summary:
|
|
130
|
+
summary: A functional toolkit for Ruby.
|
|
130
131
|
test_files: []
|
|
131
132
|
has_rdoc:
|