strike 0.3.3 → 0.3.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 (4) hide show
  1. data/README.md +1 -1
  2. data/VERSION +1 -1
  3. data/lib/strike.rb +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -89,7 +89,7 @@ Comes from [S.T.R.I.K.E][strike].
89
89
  4. Push to the branch (`git push origin my-new-feature`)
90
90
  5. Create new Pull Request
91
91
 
92
- [my_obfuscate]: https://github.com/jbraeuer/my_obfuscate/
92
+ [my_obfuscate]: https://github.com/iterationlabs/my_obfuscate/
93
93
  [sequel]: http://sequel.rubyforge.org/
94
94
  [thor]: https://github.com/wycats/thor
95
95
  [strike]: http://en.wikipedia.org/wiki/S.T.R.I.K.E
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.5
@@ -65,7 +65,7 @@ class Strike < Thor
65
65
  Agent.new.call(self, database_url, tables, output || $stdout)
66
66
  end
67
67
  else
68
- $stdout.puts "Profile Error: No such file #{file}"
68
+ $stderr.puts "Profile Error: No such file #{file}"
69
69
  end
70
70
  ensure
71
71
  output.close if output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strike
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -145,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: 608238852822475936
148
+ hash: 3860109465134106341
149
149
  required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  none: false
151
151
  requirements:
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  segments:
156
156
  - 0
157
- hash: 608238852822475936
157
+ hash: 3860109465134106341
158
158
  requirements: []
159
159
  rubyforge_project:
160
160
  rubygems_version: 1.8.24