appmake 0.0.2 → 0.0.3

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 (2) hide show
  1. data/bin/appmake +5 -0
  2. metadata +4 -2
data/bin/appmake ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "appmake"
4
+
5
+ Appmake.main(ARGV[0])
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.2
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: