Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Nov 25, 2017
2 parents c9405a9 + 5edddde commit 65787f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- JJFloatingActionButton (0.1.2)
- Nimble (7.0.2)
- JJFloatingActionButton (0.2.1)
- Nimble (7.0.3)
- Nimble-Snapshots (6.3.0):
- Nimble-Snapshots/Core (= 6.3.0)
- Nimble-Snapshots/Core (6.3.0):
Expand All @@ -25,8 +25,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
JJFloatingActionButton: 44683a734515eaa5d5184a15f170439bef04526d
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
JJFloatingActionButton: 9118ca775c73d8c0cd0d6c4375c5c8a1a86c4e34
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08

Expand Down
2 changes: 1 addition & 1 deletion Example/Tests/JJFloatingActionButtonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class JJFloatingActionButtonTests: QuickSpec {
actionButton = JJFloatingActionButton(frame: actionButtonFrame)
superview.addSubview(actionButton)

setNimbleTolerance(1)
setNimbleTolerance(0.01)
}

it("looks correct by default") {
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
public_suffix (3.0.1)
rainbow (2.2.2)
rake
rake (12.2.1)
rake (12.3.0)
retriable (2.1.0)
rouge (2.0.7)
ruby-macho (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'
Expand Down

0 comments on commit 65787f7

Please sign in to comment.