com-common 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 417bfa8648b8e135ff542c46d4952cba49e61d22
4
- data.tar.gz: 868d5a8aea1ea03a40565a3cd3a2f3a74e0adb3f
3
+ metadata.gz: eac1b6a1a655cdf5cebe1ff0012ed4ea7ce1fed0
4
+ data.tar.gz: b9384d5de3e3f327518631db3b6e12f1f1b6070d
5
5
  SHA512:
6
- metadata.gz: 52129c193e02c8ab3b4e98b860ff694263e2e71dc8b957a7f2c6da9e282724205499b3cd892232fb677a7ede817f792a40bd779c79a3176afc201ded2f09249d
7
- data.tar.gz: 2c944e44a381ceadf61b9db5506e3f2e95bfef865456d259275feb04a2f0867c059f4c254210333f7deb97119f032916209b01416e19f1651851c30000300140
6
+ metadata.gz: 01eb7e8406f486508da7f3f7e67f0e29516f5021a642d7f05a75ed5183ef33e4e2791fdf7d3b02a162f500ee076af5f4b745d4aeced64fda7ad433d5c4b8f413
7
+ data.tar.gz: 8b9cf2d23ce397321ecb245bbebe02871ad62084e52d6f88298428d02ba95492d767f4d5447122e2da2940ddb7853e599e7c04dce60c50c5c1f5ae8879326420
data/README.md CHANGED
@@ -42,10 +42,10 @@ your application.
42
42
  Assuming that, add follow to your `Gemfile`.
43
43
 
44
44
  ```ruby
45
- gem "com-common", ">= 0.1.0"
45
+ gem "com-common", ">= 0.2.1"
46
46
  ```
47
47
 
48
- And then execute from the dirrectory with `Gemfile` (likely it should be your
48
+ And then execute from the directory with `Gemfile` (likely it should be your
49
49
  application's root directory):
50
50
 
51
51
  ```bash
@@ -60,7 +60,7 @@ Likely you already know how to do that, but for clarity sake here is some tips a
60
60
  Add follow line to your library's [`gemspec`](http://guides.rubygems.org/specification-reference/) file:
61
61
 
62
62
  ```ruby
63
- spec.add_runtime_dependency 'com-common', '>= 0.1'
63
+ spec.add_runtime_dependency 'com-common', '>= 0.2.1'
64
64
  ```
65
65
 
66
66
  See also [official documentation on rubygems about adding runtime dependencies](http://guides.rubygems.org/specification-reference/#add_runtime_dependency).
@@ -12,6 +12,6 @@ module ::Com
12
12
  # Library version.
13
13
  #
14
14
  # @return [String] library version
15
- VERSION = "0.2.1".freeze
15
+ VERSION = "0.2.2"
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: com-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeke Fast
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-09 00:00:00.000000000 Z
11
+ date: 2016-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler