Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Sep 29, 2016
1 parent 1a9cb81 commit dc75637
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Forgeries.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Forgeries"
s.version = "0.7.0"
s.version = "1.0.0"
s.summary = "Smart subclasses for testing UIKit code."
s.description = <<-DESC
Forgeries is a library that makes unit testing iOS applications easier. UIKit has lots of limitations
Expand Down
21 changes: 10 additions & 11 deletions Gemfile.lock
@@ -1,11 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.6)
activesupport (5.0.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (1.0.0)
cocoapods (1.0.1)
Expand All @@ -29,30 +28,30 @@ GEM
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.0)
cocoapods-downloader (1.0.0)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.0.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
cocoapods-try (1.0.0)
cocoapods-try (1.1.0)
colored (1.2)
concurrent-ruby (1.0.2)
escape (0.0.4)
fourflusher (0.3.1)
fourflusher (0.3.2)
fuzzy_match (2.0.4)
i18n (0.7.0)
json (1.8.3)
minitest (5.9.0)
minitest (5.9.1)
molinillo (0.4.5)
nap (1.1.0)
netrc (0.7.8)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (1.1.0)
xcodeproj (1.3.1)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
Expand All @@ -64,4 +63,4 @@ DEPENDENCIES
cocoapods (~> 1.0.0)

BUNDLED WITH
1.12.4
1.12.5

0 comments on commit dc75637

Please sign in to comment.