twit_sucker 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. data/bin/twit_sucker +9 -0
  2. metadata +4 -2
data/bin/twit_sucker ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'twit_sucker'
4
+
5
+ path = ARGV[0]
6
+
7
+ ARGV.delete_at(0)
8
+
9
+ TwitSucker.run(path,ARGV)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twit_sucker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,11 +14,13 @@ dependencies: []
14
14
  description: BusinssMinds demo component for retrievering twits using twitter stream
15
15
  API and twitter-stream gem.
16
16
  email: sfilimonova@me.com
17
- executables: []
17
+ executables:
18
+ - twit_sucker
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
21
  files:
21
22
  - lib/twit_sucker.rb
23
+ - bin/twit_sucker
22
24
  homepage: http://rubygems.org/gems/twit_sucker
23
25
  licenses: []
24
26
  post_install_message: