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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rize/version.rb +1 -1
  3. data/rize.gemspec +2 -2
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8db91982bf1a6ec94bd2b535aad16c487979a0b3
4
- data.tar.gz: 3f33d42668c3d92d78a180fd708b97adb7537cfa
3
+ metadata.gz: c27c5ac357305865c80aac958802c39d32a03751
4
+ data.tar.gz: 3c8b88ff0f75389a8614fda79b7d1eb5131fcef9
5
5
  SHA512:
6
- metadata.gz: f3b7a05514ec46cd1e0b3fb0635906c35c96fe55427cf67b6df602696bebce7a507ac33f14e6dc64de74af5531ed5b287ff54b74accfaca1d13e9b5e2c956f48
7
- data.tar.gz: 4e1ac5fc93e5cdb5ecc23c62a88a460cf5f7bbb4c46816faacec71363c3af2e3347a420744ae73014bacfae06983fae879c1c281f1f5f1d12a81055869ac65a2
6
+ metadata.gz: a3504447737b04893fadd1bcebdffc04c4b9f61f99fca9712231980bd9ee5f66963c45aa4d047ad99ccb673f05153d0e73da32dd707ac632795d2a173f2244cc
7
+ data.tar.gz: 3f148b9bceff97124d84c37b93d08bef6f978cd4204f51edb437f887e86668351e18f3bb961792d8b4961a4a883c1728359179aa9151f9992df6565bd47af618
data/lib/rize/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rize
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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{Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{Write a longer description or delete this line.}
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.1
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: Write a longer description or delete this line.
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: Write a short summary, because Rubygems requires one.
130
+ summary: A functional toolkit for Ruby.
130
131
  test_files: []
131
132
  has_rdoc: