myna_bird 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/myna_bird.rb +1 -1
- data/myna_bird.gemspec +16 -21
- metadata +9 -18
- data/.gitignore +0 -24
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
data/lib/myna_bird.rb
CHANGED
|
@@ -14,7 +14,7 @@ class MynaBird
|
|
|
14
14
|
voila.fr mail comcast netcom roadrunner verizon 1and1 att adelphia
|
|
15
15
|
bigpond bluebottle blueyonder btopenworld charter cox earthlink sbc telus
|
|
16
16
|
mailinator charter rogers sympatico tiscali tmail sbcglobal aim windowslive
|
|
17
|
-
juno
|
|
17
|
+
juno qq optonline.net mailhaven.com
|
|
18
18
|
) + [
|
|
19
19
|
/\.edu$/
|
|
20
20
|
]
|
data/myna_bird.gemspec
CHANGED
|
@@ -1,47 +1,42 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{myna_bird}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Brendan Schwartz"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2012-01-02}
|
|
13
13
|
s.description = %q{Given an email address, MynaBird generates a name suitable for use in a host name}
|
|
14
14
|
s.email = %q{bschwartz@wistia.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
|
|
17
|
+
"README"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"spec/spec_helper.rb"
|
|
20
|
+
"LICENSE",
|
|
21
|
+
"README",
|
|
22
|
+
"Rakefile",
|
|
23
|
+
"VERSION",
|
|
24
|
+
"lib/myna_bird.rb",
|
|
25
|
+
"myna_bird.gemspec",
|
|
26
|
+
"spec/myna_bird_spec.rb",
|
|
27
|
+
"spec/spec.opts",
|
|
28
|
+
"spec/spec_helper.rb"
|
|
30
29
|
]
|
|
31
30
|
s.homepage = %q{http://github.com/wistia/myna_bird}
|
|
32
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
33
31
|
s.require_paths = ["lib"]
|
|
34
|
-
s.rubygems_version = %q{1.
|
|
32
|
+
s.rubygems_version = %q{1.3.6}
|
|
35
33
|
s.summary = %q{Transform email addresses into account names for your app}
|
|
36
|
-
s.test_files = [
|
|
37
|
-
"spec/myna_bird_spec.rb",
|
|
38
|
-
"spec/spec_helper.rb"
|
|
39
|
-
]
|
|
40
34
|
|
|
41
35
|
if s.respond_to? :specification_version then
|
|
36
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
42
37
|
s.specification_version = 3
|
|
43
38
|
|
|
44
|
-
if Gem::Version.new(Gem::
|
|
39
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
45
40
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
46
41
|
else
|
|
47
42
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: myna_bird
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.2.4
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Brendan Schwartz
|
|
@@ -15,18 +14,16 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date:
|
|
17
|
+
date: 2012-01-02 00:00:00 -05:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: rspec
|
|
23
22
|
prerelease: false
|
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
24
|
requirements:
|
|
27
25
|
- - ">="
|
|
28
26
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 13
|
|
30
27
|
segments:
|
|
31
28
|
- 1
|
|
32
29
|
- 2
|
|
@@ -44,7 +41,6 @@ extra_rdoc_files:
|
|
|
44
41
|
- LICENSE
|
|
45
42
|
- README
|
|
46
43
|
files:
|
|
47
|
-
- .gitignore
|
|
48
44
|
- LICENSE
|
|
49
45
|
- README
|
|
50
46
|
- Rakefile
|
|
@@ -59,35 +55,30 @@ homepage: http://github.com/wistia/myna_bird
|
|
|
59
55
|
licenses: []
|
|
60
56
|
|
|
61
57
|
post_install_message:
|
|
62
|
-
rdoc_options:
|
|
63
|
-
|
|
58
|
+
rdoc_options: []
|
|
59
|
+
|
|
64
60
|
require_paths:
|
|
65
61
|
- lib
|
|
66
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
|
-
none: false
|
|
68
63
|
requirements:
|
|
69
64
|
- - ">="
|
|
70
65
|
- !ruby/object:Gem::Version
|
|
71
|
-
hash: 3
|
|
72
66
|
segments:
|
|
73
67
|
- 0
|
|
74
68
|
version: "0"
|
|
75
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
|
-
none: false
|
|
77
70
|
requirements:
|
|
78
71
|
- - ">="
|
|
79
72
|
- !ruby/object:Gem::Version
|
|
80
|
-
hash: 3
|
|
81
73
|
segments:
|
|
82
74
|
- 0
|
|
83
75
|
version: "0"
|
|
84
76
|
requirements: []
|
|
85
77
|
|
|
86
78
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 1.
|
|
79
|
+
rubygems_version: 1.3.6
|
|
88
80
|
signing_key:
|
|
89
81
|
specification_version: 3
|
|
90
82
|
summary: Transform email addresses into account names for your app
|
|
91
|
-
test_files:
|
|
92
|
-
|
|
93
|
-
- spec/spec_helper.rb
|
|
83
|
+
test_files: []
|
|
84
|
+
|
data/.gitignore
DELETED