appjam 0.1.8.pre10 → 0.1.8.pre11

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 (4) hide show
  1. data/README.md +1 -0
  2. data/bin/appjam +4 -0
  3. data/lib/appjam/version.rb +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -19,6 +19,7 @@ Appjam has an dependency on "thor" gem , which require latest rubygem installed,
19
19
  Installation
20
20
  =======
21
21
  $ sudo gem install appjam
22
+ $ sudo gem install appjam --pre # for testing new functionality
22
23
 
23
24
  Usage
24
25
  =======
data/bin/appjam CHANGED
@@ -1,6 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'rubygems' unless defined?(Gem)
3
3
 
4
+ class Object
5
+ alias sh system
6
+ end
7
+
4
8
  unless RUBY_PLATFORM =~ /darwin/i
5
9
  $stderr.puts "what? you do not have a MAC, dude? Shame on you!!!"
6
10
  end
@@ -3,7 +3,7 @@ module Appjam
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  PATCH = 8
6
- BUILD = 'pre10'
6
+ BUILD = 'pre11'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').chomp('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appjam
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923832045
4
+ hash: 1923832047
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 8
10
10
  - pre
11
- - 10
12
- version: 0.1.8.pre10
11
+ - 11
12
+ version: 0.1.8.pre11
13
13
  platform: ruby
14
14
  authors:
15
15
  - Eiffel Q