Skip to content

Commit

Permalink
Merge pull request #36 from Oni-zerone/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Oni-zerone committed Jun 16, 2019
2 parents 7c6c6a7 + 9a36764 commit 0786e39
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- PowerTools (0.3.0):
- PowerTools/CollectionVM (= 0.3.0)
- PowerTools/Core (= 0.3.0)
- PowerTools/CollectionVM (0.3.0):
- PowerTools (0.3.1):
- PowerTools/CollectionVM (= 0.3.1)
- PowerTools/Core (= 0.3.1)
- PowerTools/CollectionVM (0.3.1):
- PowerTools/Core
- PowerTools/Core (0.3.0)
- PowerTools/Core (0.3.1)

DEPENDENCIES:
- PowerTools (from `../`)
Expand All @@ -14,7 +14,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
PowerTools: 5b7461fd5af695070fbdaef22e0f4ebfc4fefef3
PowerTools: 338d9bbc1e81c9b2f0e8472bcac4eedc78e4e2be

PODFILE CHECKSUM: 48c20d66f414453cb32e39dc329adefc74dd552a

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PowerTools.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PowerTools.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PowerTools'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'Tools for fast and modular app development.'
s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion PowerTools/Core/Classes/Pipeline/Pipes/Pipe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ open class Pipe<Value> {
self.send(.reset)
}

func send(_ result: Result) {
public func send(_ result: Result) {
self.nextPipe?.process(result)
}
}

0 comments on commit 0786e39

Please sign in to comment.