ruby-remote-config 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/ruby-remote-config.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f8bfbf251e86f29b4bdc74dd1fde6cd091c99f3a0e2f522d4076cd5b533a181
|
4
|
+
data.tar.gz: ecb88f3bfcb921d8aabfb7390d933e96b02ed7aa4caa8022a685c3332aab1857
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5df9a54af90fb0cc7be0ca89d41fb16358efd146230e690de2be8c5e9c0a16d3aca1616750ab52501ca85c909a66fd9a11fc2b0ea524c8b42c9be12656ceaf4
|
7
|
+
data.tar.gz: bfd281af483a0daf31377381b45c6876d390d5f9412ce034600aa76887df71f85fb1711a5702d28e9890b0930cc04224eae82ce3d768961b19de6f044bccabfa
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.4
|
data/ruby-remote-config.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: ruby-remote-config 1.0.
|
5
|
+
# stub: ruby-remote-config 1.0.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "ruby-remote-config".freeze
|
9
|
-
s.version = "1.0.
|
9
|
+
s.version = "1.0.4"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|