aruba 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 0.3.2
2
+
3
+ === Bugfixes
4
+ * Wrong number of args in the When I overwrite step (Aslak Hellesøy)
5
+
1
6
  == 0.3.1
2
7
 
3
8
  === Bugfixes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'aruba'
5
- s.version = '0.3.1'
5
+ s.version = '0.3.2'
6
6
  s.authors = ["Aslak Hellesøy", "David Chelimsky", "Mike Sassak"]
7
7
  s.description = 'CLI Steps for Cucumber, hand-crafted for you in Aruba'
8
8
  s.summary = "aruba-#{s.version}"
@@ -76,7 +76,7 @@ When /^I write to "([^"]*)" with:$/ do |file_name, file_content|
76
76
  end
77
77
 
78
78
  When /^I overwrite "([^"]*)" with:$/ do |file_name, file_content|
79
- overwrite_file(file_name, file_content, true)
79
+ overwrite_file(file_name, file_content)
80
80
  end
81
81
 
82
82
  When /^I append to "([^"]*)" with:$/ do |file_name, file_content|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Aslak Helles\xC3\xB8y"
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - ">="
114
114
  - !ruby/object:Gem::Version
115
- hash: -2425231353977914913
115
+ hash: 3194082556111490902
116
116
  segments:
117
117
  - 0
118
118
  version: "0"
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
- hash: -2425231353977914913
124
+ hash: 3194082556111490902
125
125
  segments:
126
126
  - 0
127
127
  version: "0"
@@ -131,7 +131,7 @@ rubyforge_project:
131
131
  rubygems_version: 1.3.7
132
132
  signing_key:
133
133
  specification_version: 3
134
- summary: aruba-0.3.1
134
+ summary: aruba-0.3.2
135
135
  test_files:
136
136
  - features/exit_statuses.feature
137
137
  - features/file_system_commands.feature