Skip to content

Commit

Permalink
update xcodeproj to 1.0, ib -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinta committed May 13, 2016
1 parent 37c107c commit 3691379
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
23 changes: 14 additions & 9 deletions Gemfile.lock
Expand Up @@ -4,17 +4,18 @@ PATH
ib (0.8.0)
thor (~> 0.15.4)
tilt (~> 1.4.1)
xcodeproj (~> 0.17)
xcodeproj (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.8)
i18n (~> 0.6, >= 0.6.9)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (1.0.0)
coderay (1.1.0)
colored (1.2)
diff-lcs (1.2.5)
Expand All @@ -32,15 +33,15 @@ GEM
guard-rspec (3.1.0)
guard (>= 1.8)
rspec (~> 2.13)
i18n (0.6.11)
json (1.8.1)
i18n (0.7.0)
json (1.8.3)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.5)
method_source (0.8.2)
minitest (5.4.3)
minitest (5.8.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
Expand All @@ -61,12 +62,13 @@ GEM
rspec-mocks (2.14.6)
slop (3.5.0)
thor (0.15.4)
thread_safe (0.3.4)
thread_safe (0.3.5)
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (0.20.2)
xcodeproj (1.0.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)

PLATFORMS
Expand All @@ -79,3 +81,6 @@ DEPENDENCIES
ib!
rake
rspec (~> 2.0)

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion ib.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = IB::VERSION

gem.add_dependency 'xcodeproj', '~> 0.17'
gem.add_dependency 'xcodeproj', '~> 1.0'
gem.add_dependency 'thor', '~> 0.15.4'
gem.add_dependency 'tilt', '~> 1.4.1'

Expand Down
2 changes: 1 addition & 1 deletion lib/ib/version.rb
@@ -1,4 +1,4 @@
# -*- encoding : utf-8 -*-
module IB
VERSION = '0.8.0'
VERSION = '1.0'
end
4 changes: 2 additions & 2 deletions spec/lib/ib/generator_spec.rb
Expand Up @@ -47,7 +47,7 @@
-(IBAction) actionWithComment:(id) sender;
-(IBAction) actionWithBrackets:(id) sender;
-(IBAction) actionWithoutArgs;
-(IBAction) exitAction:(UIStoryBoard *) story_board;
-(IBAction) exitAction:(UIStoryboard *) story_board;
-(IBAction) actionWithDefaultedArgs:(id) sender;
@end
Expand Down Expand Up @@ -109,7 +109,7 @@
-(IBAction) actionWithComment:(id) sender;
-(IBAction) actionWithBrackets:(id) sender;
-(IBAction) actionWithoutArgs;
-(IBAction) exitAction:(UIStoryBoard *) story_board;
-(IBAction) exitAction:(UIStoryboard *) story_board;
-(IBAction) actionWithDefaultedArgs:(id) sender;
@end
Expand Down

0 comments on commit 3691379

Please sign in to comment.