appgen 0.0.0 → 0.0.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: 56287c32c724379a36f36c6eaba4309bc66cd62d
4
- data.tar.gz: 9511dfa166a2190fd98418110ed4e73c6a2d4ff6
3
+ metadata.gz: b07f98fd882628e6000b99387910394390eb3848
4
+ data.tar.gz: 9d496def66c24e80ff68ad7f1c35789c4ab897eb
5
5
  SHA512:
6
- metadata.gz: 64b98f42b0576b1c2574f752fb19857d1df85491b000c64857f0cb69594c12221b816eb0aa53258ac9400e8acfc956df4a6c0f0d0937a4548be5fcd1a71d0cf4
7
- data.tar.gz: be6df6ca6a17f80dd05bd115078f1c61d82399fd92c05d8545abdba237a3abecca8df11f59dbf2e255f1cf3cda768e87670b4ee1a432b2d6628421f3bee5c028
6
+ metadata.gz: 855caf8711f48712d2e645fe3c7ff4e94650655e883fa73e076e546c4dcbee0c92785c4c177cbc3254f911c7a5fabf6b0a3d918df6279150d92af368c0d95204
7
+ data.tar.gz: '087f4d8cfbeb86e6fe0ed7f7f68eef0cb06af58ffd253f214f80c81e99718d016d79962702a72d656d322839794a3ed64907ad40b30c5f72191321c03cec7c30'
data/appgen.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "appgen"
8
8
  spec.version = Appgen::VERSION
9
9
  spec.authors = ["Arnaud Levy"]
10
- spec.email = ["arnaud@semiodesign.com"]
10
+ spec.email = ["contact@arnaudlevy.com"]
11
11
 
12
- spec.summary = 'Rails prototyping is fast, appgen intends to make it even faster! Describe your app in a text file, then run appgen.'
13
- spec.homepage = "https://github.com/semiodesign/appgen"
12
+ spec.summary = 'Rails prototyping is fast, appgen intends to make it even faster!'
13
+ spec.homepage = "https://github.com/arnaudlevy/appgen"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
16
16
  f.match(%r{^(test|spec|features)/})
@@ -1,3 +1,3 @@
1
1
  module Appgen
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '10.0'
55
55
  description:
56
56
  email:
57
- - arnaud@semiodesign.com
57
+ - contact@arnaudlevy.com
58
58
  executables:
59
59
  - appgen
60
60
  extensions: []
@@ -72,7 +72,7 @@ files:
72
72
  - exe/appgen
73
73
  - lib/appgen.rb
74
74
  - lib/appgen/version.rb
75
- homepage: https://github.com/semiodesign/appgen
75
+ homepage: https://github.com/arnaudlevy/appgen
76
76
  licenses: []
77
77
  metadata: {}
78
78
  post_install_message:
@@ -94,6 +94,5 @@ rubyforge_project:
94
94
  rubygems_version: 2.5.2
95
95
  signing_key:
96
96
  specification_version: 4
97
- summary: Rails prototyping is fast, appgen intends to make it even faster! Describe
98
- your app in a text file, then run appgen.
97
+ summary: Rails prototyping is fast, appgen intends to make it even faster!
99
98
  test_files: []