country_flags 0.1.1 → 0.1.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/country_flags.gemspec +1 -1
- data/lib/country_flags/version.rb +2 -2
- 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: 3699cfa6204fa91fb1d51ff69e4c4207c4c96c23
|
|
4
|
+
data.tar.gz: 9a358f76c3d9d360ef6fbb5fadde7559dbf206f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13d52f0a8009e6094c9864752ea562f5744e6ed2698c7bbe5dc94d4ace189eedf269a8b5f7b0399829290fa5c16d81b4888cd54e1539079295c91aeaa4908f8f
|
|
7
|
+
data.tar.gz: d76b3f8f690b43709f31eda18eefc818ead859929e2bd088b92c13564683abdb65b7be3144242cee47d02f05b2d75c24f48dbc1c5820b76c97c7c4eec645b5de
|
data/country_flags.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.name = 'country_flags'
|
|
6
6
|
s.version = CountryFlags::VERSION
|
|
7
7
|
s.authors = ['Alexander Lazarov']
|
|
8
|
-
s.description = 'Gemified collection of country flags. See homepage for details: https://github.com/alexander-lazarov/
|
|
8
|
+
s.description = 'Gemified collection of country flags. See homepage for details: https://github.com/alexander-lazarov/country_flags'
|
|
9
9
|
s.email = 'alexander.lazaroff@gmail.com'
|
|
10
10
|
s.extra_rdoc_files = [ 'LICENSE' ]
|
|
11
11
|
s.files = `git ls-files`.split("\n")
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module CountryFlags
|
|
2
|
-
VERSION = '0.1.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '0.1.2'
|
|
3
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: country_flags
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Lazarov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.1'
|
|
69
|
-
description: 'Gemified collection of country flags. See homepage for details: https://github.com/alexander-lazarov/
|
|
69
|
+
description: 'Gemified collection of country flags. See homepage for details: https://github.com/alexander-lazarov/country_flags'
|
|
70
70
|
email: alexander.lazaroff@gmail.com
|
|
71
71
|
executables: []
|
|
72
72
|
extensions: []
|