appgen 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/appgen.gemspec +3 -3
- data/lib/appgen/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b07f98fd882628e6000b99387910394390eb3848
|
4
|
+
data.tar.gz: 9d496def66c24e80ff68ad7f1c35789c4ab897eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = ["
|
10
|
+
spec.email = ["contact@arnaudlevy.com"]
|
11
11
|
|
12
|
-
spec.summary = 'Rails prototyping is fast, appgen intends to make it even faster!
|
13
|
-
spec.homepage = "https://github.com/
|
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)/})
|
data/lib/appgen/version.rb
CHANGED
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.
|
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
|
-
-
|
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/
|
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!
|
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: []
|