hijacker 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gemtest ADDED
File without changes
data/Gemfile.lock CHANGED
@@ -45,4 +45,3 @@ DEPENDENCIES
45
45
  hijacker!
46
46
  rspec (~> 2.1.0)
47
47
  simplecov
48
- trollop
data/Rakefile CHANGED
@@ -8,3 +8,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
8
8
  end
9
9
 
10
10
  task :default => :spec
11
+ task :test => [:spec]
@@ -1,3 +1,3 @@
1
1
  module Hijacker
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josep M. Bach
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-05 00:00:00 +01:00
17
+ date: 2011-02-02 00:00:00 +01:00
18
18
  default_executable: hijacker
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -109,6 +109,7 @@ extensions: []
109
109
  extra_rdoc_files: []
110
110
 
111
111
  files:
112
+ - .gemtest
112
113
  - .gitignore
113
114
  - .rspec
114
115
  - .rvmrc