appmake 0.0.25 → 0.0.26

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. data/bin/appmake +5 -0
  2. data/lib/appmake/version.rb +1 -1
  3. metadata +4 -2
data/bin/appmake ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "appmake"
4
+
5
+ Appmake::Appmake.foo
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
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.25
4
+ version: 0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,8 @@ dependencies:
78
78
  description: Appmake allows you to easily develop single-page apps in HTML5
79
79
  email:
80
80
  - sebastian@hypenode.com
81
- executables: []
81
+ executables:
82
+ - appmake
82
83
  extensions: []
83
84
  extra_rdoc_files: []
84
85
  files:
@@ -88,6 +89,7 @@ files:
88
89
  - README.md
89
90
  - Rakefile
90
91
  - appmake.gemspec
92
+ - bin/appmake
91
93
  - lib/appmake.rb
92
94
  - lib/appmake/version.rb
93
95
  homepage: https://github.com/sebastiansito/appmake