robjc 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95ca6cbe19f575e14789a371ec1a6054dd80a4fa
4
- data.tar.gz: cc0bd3a7f04c1490914168f3146b9e066f933f51
3
+ metadata.gz: 7641db65b87a31ee81c4f0cb447bc2547eebda30
4
+ data.tar.gz: cc39d9a3a429cb58c1f04322865cd3c6ef5c9c94
5
5
  SHA512:
6
- metadata.gz: ccab855731b78a50cdf35e5e93438ba94bb59b314d972fee3a6d53dc7b9a0ad16878a7b99318029a40991f82a4abb56864d51e5aa762b3fc8c0bf9de149f63cd
7
- data.tar.gz: 2dc0ac0722cb5691a7280e157c7107475a896a7fcc9ad44caa34cd4a0f9023099057a6b41a57a977a998e96c7a5d455a25289a9ef37a6dada042d89f0e60847a
6
+ metadata.gz: 4e30eca7b8b518e650afea4bf218535517430d4e6f0d112c5271e855f2c7bec089783d98a63a7bdb6bdceb2d850aac84f72151bdb5937537a82c7203273bf856
7
+ data.tar.gz: 3245904391c270f510d08ee36db1240b057bcceea4e67904830e77dee3ed8ab58c86f8474363a111c14c117a3a0daea44740b8b7fb1af0a923db554cd39242c4
@@ -46,7 +46,7 @@ R.string.generalCancel;
46
46
 
47
47
  ## Contributing
48
48
 
49
- 1. Fork it ( http://github.com/<my-github-username>/robjc/fork )
49
+ 1. Fork it ( http://github.com/calebd/robjc/fork )
50
50
  2. Create your feature branch (`git checkout -b my-new-feature`)
51
51
  3. Commit your changes (`git commit -am 'Add some feature'`)
52
52
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,4 +1,3 @@
1
- require 'xcodeproj'
2
1
  require 'robjc/version'
3
2
  require 'robjc/reader'
4
3
  require 'robjc/writer'
@@ -1,3 +1,3 @@
1
1
  module Resources
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robjc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Davenport
@@ -88,12 +88,11 @@ executables:
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
- - ".DS_Store"
92
91
  - ".gitignore"
93
92
  - Gemfile
94
93
  - LICENSE.txt
95
- - README.md
96
94
  - Rakefile
95
+ - Readme.markdown
97
96
  - bin/robjc
98
97
  - data/.DS_Store
99
98
  - data/views/image_resources.h.erb
data/.DS_Store DELETED
Binary file