glare 0.1.0 → 0.1.1
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 +0 -1
- data/lib/glare/version.rb +1 -1
- data/spec/units/{cf_spec.rb → glare_spec.rb} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5c89e74d7b744713d246968f87784dd5c649e43
|
4
|
+
data.tar.gz: 4799fd973bad72704aef4e8885e764398170ca41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39722068385af12ec85cfd955ca49b1c99bff206b675575b52f3655e0d63247c4bf4ee4708419964dcff3bccb3a69f0cf9b964f8467935b31df57200f766f419
|
7
|
+
data.tar.gz: 671ad8b1f9b4cdbf9314d9da5755e03efd533cb362190da230aef4feb7535aa00df79c79f500cc8c8a2b61135d1572a7665ffc05658edeb9730f17c778e40500
|
data/Gemfile
CHANGED
data/lib/glare/version.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jose Luis Salas
|
@@ -109,7 +109,7 @@ files:
|
|
109
109
|
- spec/fixtures/wadus_records.json
|
110
110
|
- spec/resolve_domain_spec.rb
|
111
111
|
- spec/spec_helper.rb
|
112
|
-
- spec/units/
|
112
|
+
- spec/units/glare_spec.rb
|
113
113
|
homepage: https://github.com/peertransfer/cf
|
114
114
|
licenses:
|
115
115
|
- MIT
|
@@ -138,7 +138,7 @@ test_files:
|
|
138
138
|
- spec/delete_domain_spec.rb
|
139
139
|
- spec/resolve_domain_spec.rb
|
140
140
|
- spec/spec_helper.rb
|
141
|
-
- spec/units/
|
141
|
+
- spec/units/glare_spec.rb
|
142
142
|
- spec/fixtures/empty_result.json
|
143
143
|
- spec/fixtures/list_zone.json
|
144
144
|
- spec/fixtures/wadus_records.json
|