troll 0.0.4 → 0.0.5

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 (3) hide show
  1. data/bin/troll +8 -0
  2. data/lib/troll/version.rb +1 -1
  3. metadata +5 -3
data/bin/troll ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'rubygems'
4
+ require 'troll'
5
+
6
+ Troll::Collector.new(ARGV.first).files.each do |file|
7
+ Troll::Troller.new(file).troll!
8
+ end
data/lib/troll/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Troll
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: troll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,15 +10,17 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-09-17 00:00:00.000000000 -07:00
13
- default_executable:
13
+ default_executable: troll
14
14
  dependencies: []
15
15
  description: Trolling is a art
16
16
  email: adamandersonis@gmail.com
17
- executables: []
17
+ executables:
18
+ - troll
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
21
  files:
21
22
  - README.md
23
+ - bin/troll
22
24
  - lib/troll/collector.rb
23
25
  - lib/troll/troller.rb
24
26
  - lib/troll/version.rb