appmake 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/appmake +5 -0
- metadata +4 -2
data/bin/appmake
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appmake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -61,11 +61,13 @@ dependencies:
|
|
61
61
|
version: '0'
|
62
62
|
description: ''
|
63
63
|
email: sebastian@hypenode.com
|
64
|
-
executables:
|
64
|
+
executables:
|
65
|
+
- appmake
|
65
66
|
extensions: []
|
66
67
|
extra_rdoc_files: []
|
67
68
|
files:
|
68
69
|
- lib/appmake.rb
|
70
|
+
- bin/appmake
|
69
71
|
homepage: ''
|
70
72
|
licenses: []
|
71
73
|
post_install_message:
|