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.
- checksums.yaml +4 -4
- data/iso.gemspec +1 -1
- data/lib/iso/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e90687e67898fbfdd66196867af2147cd7bc7683
|
|
4
|
+
data.tar.gz: e2ebef1ffc0c4dc8aa7945136d0c99144beae12a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81956752fa6d9a3a77dafc01e95a3e4dcd71ae7fd02616fb94700e2aa1d440119a1d103110a5f2305099a80602f45a3fd82fc8b931f6c05498c11fac62f15361
|
|
7
|
+
data.tar.gz: 94a3f541c608ae21edc72fc173d6bfb6886173be7b5cca4689c93e8179540218f7b6e078f8287ebff733bfa738a7681e40b194727b6c462d69fa0e80f383ec2a
|
data/iso.gemspec
CHANGED
|
@@ -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{
|
|
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"
|
data/lib/iso/version.rb
CHANGED
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.
|
|
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:
|
|
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
|