vipergen-roche 0.2.5 → 0.2.6

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vipergen/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e64ed19a8d5508076cce87ce78ac628fbdda2f7f
4
- data.tar.gz: 80aa5143d6e0df2e2197935d576fff2bc67aebca
3
+ metadata.gz: 933212bda8bffab71cb287416f4a06966c609822
4
+ data.tar.gz: ad64a0dfd7120f57874c31df06399dcb3bfd9129
5
5
  SHA512:
6
- metadata.gz: 30d7345252f907e58f3e77066fcfbf632506a92c1c438c704790e14cc2f96954565ded8e958a679e64ee2aef28bba6d277617c27c5abf301124b06a8780a3b9f
7
- data.tar.gz: 4a6f768f6493c681225e89c8e7b3d7b55c13892310fe68d96f50ed66d1f4206e3673a529e00b20aa783b3e220189980f7d07a648335441cebaac1ab5908f3b46
6
+ metadata.gz: 50444352f8f6a06db1c69acfacd32dfd90cc6e190c8f5ea6bf6410722efa438c3d7f6e75cc25bc5312ab4f3c6327d214e139ae8046596a74da77d03f2336cdcf
7
+ data.tar.gz: 20067dc303c91572d9c4dfd26be488f2f22ef97b743a310ad96549016fd35d3a09197bc352ed88036c855947ca05b18f093cda13b8d4f8c58794eaed0c4b27fa
@@ -1,4 +1,4 @@
1
1
  module Vipergen
2
2
  NAME = "vipergen"
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vipergen-roche
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
- - Pedro Piñera
7
+ - Michal Wojtysiak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: Based on the objc.io post about VIPER. It saves time in the implementation
84
84
  generating the controllers and adding interactions between them (in Swift or Objective-C)
85
- email: pedro@redbooth.com
85
+ email: michal.wojtysiak@roche.com
86
86
  executables:
87
87
  - vipergen
88
88
  extensions: []
@@ -151,7 +151,7 @@ files:
151
151
  - spec/spec_helper.rb
152
152
  - spec/vipergen/vipergen_spec.rb
153
153
  - bin/vipergen
154
- homepage: http://github.com/teambox/viper-module-generator
154
+ homepage: https://github.com/Roche/viper-module-generator
155
155
  licenses:
156
156
  - MIT
157
157
  metadata: {}