nightcrawler_swift 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4caba3693564eaec6cc72f71e1e58d34a6bf15e5
4
- data.tar.gz: 80d45c80c658dea8d2d2607cdfbec786e30a15d7
3
+ metadata.gz: 79434fd33fdd1553c96cfe7964b9b70dac81f9a2
4
+ data.tar.gz: 70ea95d04f973e6cd967a18cc23e4ee4b3c63dfa
5
5
  SHA512:
6
- metadata.gz: 7c51c55c7b98578ed99c81525da725137ffd6884d3586ca1418a596c8d04c301dabbb4f1f0b041fadbed0ccaa2b5b2554063d93bb5750eddf8bce853d7c62b31
7
- data.tar.gz: a8f9fd8695abb24101d06c0e08993daebdbcbbab8635eaa64d86f015534359c8cb3bd575c4eb9b254538fcf524f088ff5c4b2e5dddabc5bda729d40b9e29404b
6
+ metadata.gz: 56e368d00cafc9d95b2245d801331f56387a78d6d3b4a91a7c0bd66efdbe561bde8544e93de50fde213ace5f4b03c57121f039694fdd51a8fb83daf19a71ae95
7
+ data.tar.gz: 9ce11822c56e0f538a19bc5fcb658a385218b63b736f4fb39d5e0e427c5123502b0a145bf74fa9ccba9664037c6b0a6fbf90acb51edc06400b066b95e20193f8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nightcrawler_swift (0.1.0)
4
+ nightcrawler_swift (0.1.1)
5
5
  rest-client (>= 1.7.0)
6
6
 
7
7
  GEM
@@ -26,7 +26,7 @@ module NightcrawlerSwift
26
26
  end
27
27
 
28
28
  def sync dir_path
29
- Sync.new(@connection.connect!).execute(dir_path)
29
+ Sync.new.execute(dir_path)
30
30
  end
31
31
 
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module NightcrawlerSwift
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nightcrawler_swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tulios