smart_specs 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -6,4 +6,8 @@
6
6
 
7
7
  == Version 1.0.1
8
8
 
9
+ * Bug fixes.
10
+
11
+ == Version 1.0.3
12
+
9
13
  * Bug fixes.
@@ -82,7 +82,7 @@ module SmartSpecs
82
82
 
83
83
  choice = ask("Select spec:")
84
84
 
85
- execute list[choice.to_i], 0
85
+ execute list[choice.to_i-1], 0
86
86
  else
87
87
  execute list.first, line_number
88
88
  end
@@ -1,3 +1,3 @@
1
1
  module SmartSpecs
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_specs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-04 00:00:00.000000000 Z
12
+ date: 2013-02-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: script_executor