iso-swift 0.0.1 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/iso.gemspec +1 -1
  3. data/lib/iso/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c1f622e8a0f2dda79a4cb9f611a77aefa1011cc
4
- data.tar.gz: 2500b54c762a08b2cd7674db2614c5232656f879
3
+ metadata.gz: e90687e67898fbfdd66196867af2147cd7bc7683
4
+ data.tar.gz: e2ebef1ffc0c4dc8aa7945136d0c99144beae12a
5
5
  SHA512:
6
- metadata.gz: 72b62bf74f0f5c31e9b3247aa36dcbddaa952d3b05e4f9f39d190cda60dbf3be28849937c791de8c42848c1880197a35f7c4cca7806f9cbaae488d51bb5d8e44
7
- data.tar.gz: 922ac753e173b65c8e12df9b707b1e05a053d7b2b234c6dc75a82f9327088de687ebd941fd5376e111fac8dacbb80976cc93e42c7f5ec5c9d51ab62877272909
6
+ metadata.gz: 81956752fa6d9a3a77dafc01e95a3e4dcd71ae7fd02616fb94700e2aa1d440119a1d103110a5f2305099a80602f45a3fd82fc8b931f6c05498c11fac62f15361
7
+ data.tar.gz: 94a3f541c608ae21edc72fc173d6bfb6886173be7b5cca4689c93e8179540218f7b6e078f8287ebff733bfa738a7681e40b194727b6c462d69fa0e80f383ec2a
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ISO::VERSION
9
9
  spec.authors = ["Hugo Lantaume"]
10
10
  spec.email = ["hugolantaume@gmail.com"]
11
- spec.summary = %q{ISO}
11
+ spec.summary = %q{Swift code validation and lookup Ruby gem}
12
12
  spec.description = %q{}
13
13
  spec.homepage = "http://github.com/hugolantaume/iso-swift"
14
14
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module ISO
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iso-swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Lantaume
@@ -308,7 +308,7 @@ rubyforge_project:
308
308
  rubygems_version: 2.4.1
309
309
  signing_key:
310
310
  specification_version: 4
311
- summary: ISO
311
+ summary: Swift code validation and lookup Ruby gem
312
312
  test_files:
313
313
  - spec/iso_swift_spec.rb
314
314
  - spec/spec_helper.rb