country_flags 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 501eb57736e90f0e8d7a5bea64c70801f22a05fb
4
- data.tar.gz: 7cf0aedcf2416fea2af3e3803a9c904bdc033678
3
+ metadata.gz: 3699cfa6204fa91fb1d51ff69e4c4207c4c96c23
4
+ data.tar.gz: 9a358f76c3d9d360ef6fbb5fadde7559dbf206f4
5
5
  SHA512:
6
- metadata.gz: 940097752c93ceba419c2a845f62a0c5a893fe9737d9ca861ef8110f8fd9cee3d115b8f94358b1f9030988d197431b3438eef912fcce56ff1d5e2712a011509f
7
- data.tar.gz: d29c5a3567d347cb297a8d0204ab103d87ca7130764ddce9f88a6706914c9db70f33db9cdc33b3e9874ed5ddbf0955b7e4711953d914d061380287122b807f66
6
+ metadata.gz: 13d52f0a8009e6094c9864752ea562f5744e6ed2698c7bbe5dc94d4ace189eedf269a8b5f7b0399829290fa5c16d81b4888cd54e1539079295c91aeaa4908f8f
7
+ data.tar.gz: d76b3f8f690b43709f31eda18eefc818ead859929e2bd088b92c13564683abdb65b7be3144242cee47d02f05b2d75c24f48dbc1c5820b76c97c7c4eec645b5de
@@ -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/isaf_id_validator'
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.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.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-06-25 00:00:00.000000000 Z
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/isaf_id_validator'
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: []