elasticonf 1.1.4 → 1.1.5
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/elasticonf.gemspec +1 -1
- data/lib/elasticonf/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: 887c4652c3b5c75997ba6bcb45f01bfa92948e94
|
|
4
|
+
data.tar.gz: 2f0f7583bd39e04390b2396ee1dc50a556b12ea7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f741af19de1b1e10f97c83136ab85475b0e4927b47e81416c9242a86566a5587e5f5c8bd99c50a0e20d066acea3f615788f372c257875a46151ba4de5c68fe47
|
|
7
|
+
data.tar.gz: 4008eff941101df8161783d80d0ffea35051625dfbf80421ea1aea919e3c67ca568cd7107b44b91b03780664dbcf36af230fc2d4010404cb92fe0ca8d9df9125
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ You need to have Ruby 2.0 or higher installed on your system.
|
|
|
16
16
|
First add the following lines to your application `Gemfile`:
|
|
17
17
|
|
|
18
18
|
```ruby
|
|
19
|
-
gem 'elasticonf', '~> 1.1.
|
|
19
|
+
gem 'elasticonf', '~> 1.1.5'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Then run `bundle install` to update your's gems bundle.
|
data/elasticonf.gemspec
CHANGED
data/lib/elasticonf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elasticonf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergey Rezvanov
|
|
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
129
129
|
requirements:
|
|
130
130
|
- - ">="
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
|
-
version: '
|
|
132
|
+
version: '2.0'
|
|
133
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
135
|
- - ">="
|