rezult 0.1.0 → 0.1.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: 77fe706ea7f484f429c778978f6adfaf28b96227
4
- data.tar.gz: 363d1e4ea52a81187c6c6747260d97c63a72d077
3
+ metadata.gz: f7e9a5d0075289b8c26ac1b26e6e5554ed8bc4c1
4
+ data.tar.gz: e706a8d52406e1420d78b1715ba1ad814a0423a6
5
5
  SHA512:
6
- metadata.gz: b326f09a70dc253f05249d8b0acc5627cc086045c5628469e6f5056946955e24da6c76143540fc9d0b4a13cd835190d8d99d3299fee2911fc7bf5342143d82a8
7
- data.tar.gz: 2920f0b26ea0c24f049872325faf74e57f2678f3318a8223f4f26f5ebfa4daa6b8e6f51d45da71e6997c8f7e98a69514d64798a0b9f1c81a61806314ccc4fc90
6
+ metadata.gz: 62792ce4462914117809b51646fce65f48e1ff5a1aaff3dac8cd3e11cb3e4009e7e04ca18263bf94b61b9a3e4c5df1e969ce521fb947aadd139e4201e0eda7e7
7
+ data.tar.gz: 42ed4202d81b964c85d4d345c3b70759cbc49c8e4ce39e8d543a149c32caa3083c19b0f071d38588929cbaf90763b00e6cbfecb85c7ca3caaf05862eecfa5022
@@ -1,3 +1,3 @@
1
1
  module RezultVersion
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Dan Polyuha"]
10
10
  spec.email = ["dpolyuha@gmail.com"]
11
11
 
12
- spec.summary = "TBD"
13
- spec.description = "TBD"
12
+ spec.summary = "A very lightweight gem for communication with service classes and subroutines"
13
+ spec.description = spec.summary
14
14
  spec.homepage = "https://github.com/danpolyuha/rezult"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rezult
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Polyuha
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: TBD
55
+ description: A very lightweight gem for communication with service classes and subroutines
56
56
  email:
57
57
  - dpolyuha@gmail.com
58
58
  executables: []
@@ -93,5 +93,5 @@ rubyforge_project:
93
93
  rubygems_version: 2.6.11
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: TBD
96
+ summary: A very lightweight gem for communication with service classes and subroutines
97
97
  test_files: []