myna_bird 0.2.6 → 0.2.7

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.
Files changed (5) hide show
  1. data/.rvmrc +2 -0
  2. data/VERSION +1 -1
  3. data/lib/myna_bird.rb +1 -0
  4. data/myna_bird.gemspec +3 -2
  5. metadata +5 -4
data/.rvmrc ADDED
@@ -0,0 +1,2 @@
1
+ rvm use 1.9.3-p0@mynabird
2
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
data/lib/myna_bird.rb CHANGED
@@ -15,6 +15,7 @@ class MynaBird
15
15
  bigpond bluebottle blueyonder btopenworld charter cox earthlink sbc telus
16
16
  mailinator charter rogers sympatico tiscali tmail sbcglobal aim windowslive
17
17
  juno qq optonline.net mailhaven.com shaw.ca btinternet email orange.fr
18
+ frontier.com
18
19
  ) + [
19
20
  /\.edu$/
20
21
  ]
data/myna_bird.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "myna_bird"
8
- s.version = "0.2.6"
8
+ s.version = "0.2.7"
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 = "2012-06-09"
12
+ s.date = "2012-07-18"
13
13
  s.description = "Given an email address, MynaBird generates a name suitable for use in a host name"
14
14
  s.email = "brendan@wistia.com"
15
15
  s.extra_rdoc_files = [
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  "README"
18
18
  ]
19
19
  s.files = [
20
+ ".rvmrc",
20
21
  "LICENSE",
21
22
  "README",
22
23
  "Rakefile",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myna_bird
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-09 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70279657220500 !ruby/object:Gem::Requirement
16
+ requirement: &70161797417920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.2.9
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70279657220500
24
+ version_requirements: *70161797417920
25
25
  description: Given an email address, MynaBird generates a name suitable for use in
26
26
  a host name
27
27
  email: brendan@wistia.com
@@ -31,6 +31,7 @@ extra_rdoc_files:
31
31
  - LICENSE
32
32
  - README
33
33
  files:
34
+ - .rvmrc
34
35
  - LICENSE
35
36
  - README
36
37
  - Rakefile