jcnetdev-sms-fu 1.0.20080704 → 1.0.20080710

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/sms-fu.gemspec +3 -3
  2. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'sms-fu'
3
- s.version = '1.0.20080704'
4
- s.date = '2008-07-04'
3
+ s.version = '1.0.20080710'
4
+ s.date = '2008-07-10'
5
5
 
6
6
  s.summary = "Easily send SMS messages from Rails"
7
7
  s.description = "Want to send an SMS from your Rails application? SMS Fu allows you to do just that. It allows you to send a text-message in the form of an e-mail to a cell phone on any of the supported carriers."
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = 'http://github.com/brendanlim/sms-fu'
12
12
 
13
13
  s.has_rdoc = true
14
- s.rdoc_options = ["--main", "README"]
14
+ s.rdoc_options = ["--main", "README.rdoc"]
15
15
  s.extra_rdoc_files = ["README.rdoc"]
16
16
 
17
17
  s.add_dependency 'rails', ['>= 2.1']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcnetdev-sms-fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20080704
4
+ version: 1.0.20080710
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan G. Lim
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-04 00:00:00 -07:00
12
+ date: 2008-07-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,7 @@ homepage: http://github.com/brendanlim/sms-fu
45
45
  post_install_message:
46
46
  rdoc_options:
47
47
  - --main
48
- - README
48
+ - README.rdoc
49
49
  require_paths:
50
50
  - lib
51
51
  required_ruby_version: !ruby/object:Gem::Requirement