motion-objc 0.1.0 → 0.1.1

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.
@@ -1,7 +1,7 @@
1
1
  module Motion
2
2
  module Project
3
3
  module ObjC
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
6
6
  end
7
7
  end
data/motion-objc.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.email = ["francis@ignition.hk"]
6
6
  gem.description = "Simply include Objective-C files in your RubyMotion projects"
7
7
  gem.summary = "Simply include Objective-C files in your RubyMotion projects"
8
- gem.homepage = "https://github.com/siuying/moiton-objc"
8
+ gem.homepage = "https://github.com/siuying/motion-objc"
9
9
 
10
10
  gem.files = `git ls-files`.split($\)
11
11
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-objc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xcodeproj
16
- requirement: &2153979520 !ruby/object:Gem::Requirement
16
+ requirement: &2158501920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2153979520
24
+ version_requirements: *2158501920
25
25
  description: Simply include Objective-C files in your RubyMotion projects
26
26
  email:
27
27
  - francis@ignition.hk
@@ -41,7 +41,7 @@ files:
41
41
  - objc/NSData+MD5Digest.m
42
42
  - spec/lib_spec.rb
43
43
  - vendor/MotionObjC/build-iPhoneSimulator/libMotionObjC.a
44
- homepage: https://github.com/siuying/moiton-objc
44
+ homepage: https://github.com/siuying/motion-objc
45
45
  licenses: []
46
46
  post_install_message:
47
47
  rdoc_options: []
@@ -55,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  segments:
57
57
  - 0
58
- hash: -1849511930686443899
58
+ hash: 897719945825941292
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  none: false
61
61
  requirements:
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  segments:
66
66
  - 0
67
- hash: -1849511930686443899
67
+ hash: 897719945825941292
68
68
  requirements: []
69
69
  rubyforge_project:
70
70
  rubygems_version: 1.8.10