moonshado-sms 1.1.1.rc1 → 1.1.1.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
- :build: rc1
2
+ :build: rc2
3
3
  :patch: 1
4
4
  :major: 1
5
5
  :minor: 1
@@ -57,7 +57,7 @@ module Moonshado
57
57
  end
58
58
 
59
59
  def is_number_valid?(number)
60
- number.length >= 11 && number[/^.\d+$/]
60
+ number.length >= 10 && number[/^.\d+$/]
61
61
  end
62
62
 
63
63
  def is_message_valid?(message)
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{moonshado-sms}
8
- s.version = "1.1.1.rc1"
8
+ s.version = "1.1.1.rc2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kevin Patel"]
12
- s.date = %q{2010-12-28}
12
+ s.date = %q{2011-04-18}
13
13
  s.email = %q{tech@moonshado.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  ]
36
36
  s.homepage = %q{http://github.com/moonshado/moonshado-sms}
37
37
  s.require_paths = ["lib"]
38
- s.rubygems_version = %q{1.3.7}
38
+ s.rubygems_version = %q{1.5.2}
39
39
  s.summary = %q{Moonshado SMS gem}
40
40
  s.test_files = [
41
41
  "test/configuration_test.rb",
@@ -45,7 +45,6 @@ Gem::Specification.new do |s|
45
45
  ]
46
46
 
47
47
  if s.respond_to? :specification_version then
48
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
48
  s.specification_version = 3
50
49
 
51
50
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moonshado-sms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940562
5
- prerelease: true
4
+ hash: 15424041
5
+ prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
9
  - 1
10
- - rc1
11
- version: 1.1.1.rc1
10
+ - rc
11
+ - 2
12
+ version: 1.1.1.rc2
12
13
  platform: ruby
13
14
  authors:
14
15
  - Kevin Patel
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-12-28 00:00:00 -08:00
20
+ date: 2011-04-18 00:00:00 -07:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
@@ -151,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
152
  requirements: []
152
153
 
153
154
  rubyforge_project:
154
- rubygems_version: 1.3.7
155
+ rubygems_version: 1.5.2
155
156
  signing_key:
156
157
  specification_version: 3
157
158
  summary: Moonshado SMS gem