ianwhite-pickle 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +6 -0
  2. data/lib/pickle/version.rb +1 -1
  3. metadata +4 -4
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.1.14 - 9 July 2009
2
+
3
+ * 1 minor enhancement
4
+ * update specs and features for latest cucumber and machinist changes
5
+
6
+
1
7
  == 0.1.13 - 16 June 2009
2
8
 
3
9
  * 2 minor enhancements
@@ -2,7 +2,7 @@ module Pickle
2
2
  module Version
3
3
  Major = 0
4
4
  Minor = 1
5
- Tiny = 13
5
+ Tiny = 14
6
6
 
7
7
  String = [Major, Minor, Tiny].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ianwhite-pickle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian White
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-16 00:00:00 -07:00
12
+ date: 2009-07-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -54,7 +54,7 @@ files:
54
54
  - spec/lib/pickle_path_spec.rb
55
55
  - spec/lib/pickle_session_spec.rb
56
56
  - spec/lib/pickle_spec.rb
57
- has_rdoc: true
57
+ has_rdoc: false
58
58
  homepage: http://github.com/ianwhite/pickle/tree
59
59
  post_install_message:
60
60
  rdoc_options:
@@ -80,7 +80,7 @@ requirements: []
80
80
  rubyforge_project:
81
81
  rubygems_version: 1.2.0
82
82
  signing_key:
83
- specification_version: 2
83
+ specification_version: 3
84
84
  summary: Easy model creation and reference in your cucumber features
85
85
  test_files:
86
86
  - spec/lib/pickle_adapter_spec.rb