bmabey-email_spec 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +1 -0
- data/lib/email-spec.rb +1 -0
- metadata +4 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -18,6 +18,7 @@ begin
|
|
18
18
|
# rdoc
|
19
19
|
s.has_rdoc = true
|
20
20
|
s.extra_rdoc_files = %w(README.rdoc MIT-LICENSE.txt)
|
21
|
+
s.rubyforge_project = 'email-spec'
|
21
22
|
end
|
22
23
|
rescue LoadError
|
23
24
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/lib/email-spec.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require File.expand_path(File.join(File.dirname(__FILE__), 'email_spec'))
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bmabey-email_spec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Mabey
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-
|
14
|
+
date: 2009-06-08 00:00:00 -07:00
|
15
15
|
default_executable:
|
16
16
|
dependencies: []
|
17
17
|
|
@@ -102,6 +102,7 @@ files:
|
|
102
102
|
- examples/rails_root/vendor/plugins/email_spec/rails_generators/email_spec/email_spec_generator.rb
|
103
103
|
- examples/rails_root/vendor/plugins/email_spec/rails_generators/email_spec/templates/email_steps.rb
|
104
104
|
- install.rb
|
105
|
+
- lib/email-spec.rb
|
105
106
|
- lib/email_spec.rb
|
106
107
|
- lib/email_spec/address_converter.rb
|
107
108
|
- lib/email_spec/cucumber.rb
|
@@ -135,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
136
|
version:
|
136
137
|
requirements: []
|
137
138
|
|
138
|
-
rubyforge_project:
|
139
|
+
rubyforge_project: email-spec
|
139
140
|
rubygems_version: 1.2.0
|
140
141
|
signing_key:
|
141
142
|
specification_version: 3
|