prss 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee79ca4d201ebbb863d737edfffd73710aa4b20b
4
- data.tar.gz: 9af8aec01e87a5a30fab518a44b270489bfd9b63
3
+ metadata.gz: a3a0983a51ccc7cba7035387f0dc36750797dc7f
4
+ data.tar.gz: d4c5c5dba286ea749eb0109c3d83d9cdcbd0833a
5
5
  SHA512:
6
- metadata.gz: 074b08ebb7ab6b160fe677bc3ce123aa9e3a41b20022dab036ddba830d2293aa761bedb9e48093976bf4e7384a93a13694c0b701f0321a364b63781d3346051f
7
- data.tar.gz: fb15dfb41b540497e6076198245629375f709908eff3452c465142804e569ce2e748eb6296c2acc35fce7aee163e94ea3afc4eadc6f99c618a33a0f78a8e09d6
6
+ metadata.gz: c6db30db47ff4b06100009f14311050dd662850e7ac58a2f2e8d196bfcf1e9e5673628910d6171dbd16180b4cd9b58c5100876d0306df2bb7fe471f21d8aec68
7
+ data.tar.gz: 8a1b313ca4fe53686db45c033387b395ad5ad5be6797778d101b2b6a5fd09aaf35c6d9dea8b655d83431683f40a195dfbda76aa79f14b396a3fb9b88e29285b1
@@ -18,9 +18,9 @@ module PRSS
18
18
  Downloader.verify!(output)
19
19
 
20
20
  feed = Feed.new(passkey)
21
- downloaded = feed.download_to(output_dir)
21
+ downloaded = feed.download_to(output)
22
22
 
23
- puts "Downloaded #{downloaded.count} files to #{output_dir}."
23
+ puts "Downloaded #{downloaded.count} files to #{output}."
24
24
  puts "Files:", *downloaded unless downloaded.empty?
25
25
  end
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module PRSS
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prss
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
  - Michal Cichra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-26 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri