appjam 0.1.8.pre7 → 0.1.8.pre9

Sign up to get free protection for your applications and to get access to all the features.
data/bin/appjam CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'rubygems' unless defined?(Gem)
3
3
 
4
4
  unless RUBY_PLATFORM =~ /darwin/i
5
- $stderr.puts "what? you do not have a MAC, dude? Shame on you!!!"
5
+ $stderr.puts "what? you do not have a MAC, dude? Shame on you!!!"
6
6
  end
7
7
 
8
8
  lib_dir = File.expand_path(File.join(File.dirname(__FILE__),'..','lib'))
@@ -60,7 +60,7 @@ snippet:
60
60
  - description : Checking network availability on iOS
61
61
  - get_random_mumber_in_range:
62
62
  - id : 990090
63
- - name : Get random number in a range
63
+ - name : Get_Random_Number_In_A_Range
64
64
  - description : Get random number in Objective C
65
65
  - mailComposeViewController_usage:
66
66
  - id : 990122
@@ -3,7 +3,7 @@ module Appjam
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  PATCH = 8
6
- BUILD = 'pre7'
6
+ BUILD = 'pre9'
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: 1923832055
4
+ hash: 1923832043
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 8
10
10
  - pre
11
- - 7
12
- version: 0.1.8.pre7
11
+ - 9
12
+ version: 0.1.8.pre9
13
13
  platform: ruby
14
14
  authors:
15
15
  - Eiffel Q