rcurtain 0.0.5 → 0.0.6
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/rcurtain.gemspec +3 -3
- metadata +4 -3
- data/rcurtain-0.0.4.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0d1c0160c429935d3c5914e8c57a6b6805e3ccf
|
|
4
|
+
data.tar.gz: d84a09c17059baf9415911910cb94ff6b66e5e15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9f0581952fa609e43d3af905752976677cc2783a5cf1c1c5f42a03f6d3f6635d1c4720943daa686c46e4de520ba85f08ffad307c277838fa58b6f4e99d4b207
|
|
7
|
+
data.tar.gz: 5e763482a914a03bcffa5c321ec97399033a44486f8c2ad8f26e4dfae69f32efbe0fdf4e2d982104a856659bb9082009fc200741b3986c6d3aba70316bbbf39e
|
data/rcurtain.gemspec
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'rcurtain'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.6'
|
|
4
4
|
s.date = '2017-07-03'
|
|
5
5
|
s.summary = "RCurtain"
|
|
6
6
|
s.description = "Open the curtain and see if your feature is enabled"
|
|
7
|
-
s.authors = ["Danillo Souza", "Gabriel Queiroz"]
|
|
8
|
-
s.email = ["danillo.souza@moip.com.br", "gabriel.queiroz@moip.com.br"]
|
|
7
|
+
s.authors = ["Danillo Souza", "Gabriel Queiroz", "Guilherme Sipoloni"]
|
|
8
|
+
s.email = ["danillo.souza@moip.com.br", "gabriel.queiroz@moip.com.br", "guilehrme.sipoloni@moip.com.br"]
|
|
9
9
|
s.homepage =
|
|
10
10
|
'http://github.com/moip/rcurtain'
|
|
11
11
|
s.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rcurtain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danillo Souza
|
|
8
8
|
- Gabriel Queiroz
|
|
9
|
+
- Guilherme Sipoloni
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -57,6 +58,7 @@ description: Open the curtain and see if your feature is enabled
|
|
|
57
58
|
email:
|
|
58
59
|
- danillo.souza@moip.com.br
|
|
59
60
|
- gabriel.queiroz@moip.com.br
|
|
61
|
+
- guilehrme.sipoloni@moip.com.br
|
|
60
62
|
executables: []
|
|
61
63
|
extensions: []
|
|
62
64
|
extra_rdoc_files: []
|
|
@@ -68,7 +70,6 @@ files:
|
|
|
68
70
|
- lib/rcurtain/configuration.rb
|
|
69
71
|
- lib/rcurtain/curtain.rb
|
|
70
72
|
- lib/rcurtain/feature.rb
|
|
71
|
-
- rcurtain-0.0.4.gem
|
|
72
73
|
- rcurtain.gemspec
|
|
73
74
|
- spec/lib/configuration_spec.rb
|
|
74
75
|
- spec/lib/curtain_spec.rb
|
|
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
94
|
version: '0'
|
|
94
95
|
requirements: []
|
|
95
96
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.6.11
|
|
97
98
|
signing_key:
|
|
98
99
|
specification_version: 4
|
|
99
100
|
summary: RCurtain
|
data/rcurtain-0.0.4.gem
DELETED
|
Binary file
|