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 +4 -4
- data/README.md +3 -3
- data/lib/com/common/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eac1b6a1a655cdf5cebe1ff0012ed4ea7ce1fed0
|
4
|
+
data.tar.gz: b9384d5de3e3f327518631db3b6e12f1f1b6070d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
45
|
+
gem "com-common", ">= 0.2.1"
|
46
46
|
```
|
47
47
|
|
48
|
-
And then execute from the
|
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).
|
data/lib/com/common/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|