rspec-apigen 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,5 @@
1
- puts "IN VERSION"
2
1
  module RSpec
3
2
  module ApiGen
4
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
5
4
  end
6
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andreas Ronge
@@ -47,7 +47,6 @@ files:
47
47
  - lib/rspec-apigen/given.rb
48
48
  - lib/rspec-apigen/config.rb
49
49
  - lib/rspec-apigen/argument.rb
50
- - lib/rspec-apigen/version.rb~
51
50
  - lib/rspec-apigen/apigen.rb
52
51
  - lib/rspec-apigen/meta_helper.rb
53
52
  - lib/rspec-apigen/method.rb
@@ -82,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  version: 1.3.6
83
82
  requirements: []
84
83
 
85
- rubyforge_project:
84
+ rubyforge_project: rspec-apigen
86
85
  rubygems_version: 1.3.6
87
86
  signing_key:
88
87
  specification_version: 3
@@ -1,3 +0,0 @@
1
- module RSpec::ApiGen
2
- VERSION = 0.0.1
3
- end