vulcano 0.6.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bec1a2e75ca067374d1f62dc992368be1d61511
4
- data.tar.gz: 8d9add772d73b62f4c7e5a3326359c41b2f468f4
3
+ metadata.gz: 4585eb75a01cf9123a824dcbaed5f549b037e2ce
4
+ data.tar.gz: b78d1f218f83743540c50774480d1a2172ef05af
5
5
  SHA512:
6
- metadata.gz: 8f2fa6e2d4c94a18cc6cffae2e1f70cc6c5f9feefb07ab5135d4beb43c4df53cc923486341952cc9768c8b5e451402c10ade270edd0d6bdffe41ff188765b62b
7
- data.tar.gz: 88fb5229c05d5f6679c6c54c48364784853827a40e64a3d115d222b461f152e32b3638531e41e62d0acf96aa3976c956d749114933e0dba2c8720431e6309e6a
6
+ metadata.gz: 6cf784f0514bfb1d949e8bc458da72b160e34a4a728f3da3be676830dddb8bd282639b32f5328302c5d58dac8dbcd0a877029c53d804c0897821892a2d06a689
7
+ data.tar.gz: b643d3fabb6b6db1c12aa76e3acd8d61c46821dd00750cd4ac331d3c6760f6d346dc6d429a87575da5088e7aa48272f78ae81822f7ef8a67ee9169bf018bd229
@@ -1,3 +1,3 @@
1
1
  module Vulcano
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  //
2
2
  // <%= @name %>.swift
3
3
  //
4
- // Generated with Vulcano https://rubygems.org/gems/vulcano/.
4
+ // Generated with Vulcano https://rubygems.org/gems/vulcano
5
5
  //
6
6
 
7
7
  class <%= @name %>: Codable {<% for @variable in @variables %>
data/vulcano.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Franco Meloni"]
10
10
  spec.email = ["franco.meloni91@gmail.com"]
11
11
 
12
- spec.summary = %q{Codable files genertator}
13
- spec.description = %q{This script takes in input a path to a json file and generates the Codable files for that json}
12
+ spec.summary = %q{Swift Codable files genertator}
13
+ spec.description = %q{This script generates Swift Codable files from a given JSON}
14
14
  spec.homepage = "https://github.com/f-meloni/vulcano"
15
15
  spec.license = "MIT"
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vulcano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Meloni
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: This script takes in input a path to a json file and generates the Codable
56
- files for that json
55
+ description: This script generates Swift Codable files from a given JSON
57
56
  email:
58
57
  - franco.meloni91@gmail.com
59
58
  executables:
@@ -105,5 +104,5 @@ rubyforge_project:
105
104
  rubygems_version: 2.6.12
106
105
  signing_key:
107
106
  specification_version: 4
108
- summary: Codable files genertator
107
+ summary: Swift Codable files genertator
109
108
  test_files: []