eztexting 0.3.3 → 0.3.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.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/eztexting.gemspec +4 -4
  3. metadata +6 -6
data/Rakefile CHANGED
@@ -3,8 +3,8 @@ require 'rake'
3
3
  require 'echoe'
4
4
  require 'yard'
5
5
 
6
- Echoe.new('eztexting', '0.3.3') do |p|
7
- p.description = "A Gem to make using eztexting simple and fun"
6
+ Echoe.new('eztexting', '0.3.4') do |p|
7
+ p.description = "A Gem to make using EZ Texting simple and fun"
8
8
  p.url = "http://github.com/EzTexting/eztexting"
9
9
  p.author = "David Malin"
10
10
  p.email = "dmalin@eztexting.com"
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{eztexting}
5
- s.version = "0.3.3"
5
+ s.version = "0.3.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["David Malin"]
9
- s.date = %q{2011-01-04}
10
- s.description = %q{A Gem to make using eztexting simple and fun}
9
+ s.date = %q{2011-01-05}
10
+ s.description = %q{A Gem to make using EZ Texting simple and fun}
11
11
  s.email = %q{dmalin@eztexting.com}
12
12
  s.extra_rdoc_files = ["LICENSE", "README.textile", "lib/eztexting.rb", "lib/eztexting/availablity.rb", "lib/eztexting/base.rb", "lib/eztexting/credits.rb", "lib/eztexting/keywords.rb", "lib/eztexting/lookup.rb", "lib/eztexting/sms.rb", "lib/eztexting/voice.rb"]
13
13
  s.files = ["LICENSE", "Manifest", "README.textile", "RELEASE_NOTES", "Rakefile", "VERSION", "examples/example_script.rb", "lib/eztexting.rb", "lib/eztexting/availablity.rb", "lib/eztexting/base.rb", "lib/eztexting/credits.rb", "lib/eztexting/keywords.rb", "lib/eztexting/lookup.rb", "lib/eztexting/sms.rb", "lib/eztexting/voice.rb", "spec/eztexting/eztexting_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "eztexting.gemspec"]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{eztexting}
18
18
  s.rubygems_version = %q{1.3.7}
19
- s.summary = %q{A Gem to make using eztexting simple and fun}
19
+ s.summary = %q{A Gem to make using EZ Texting simple and fun}
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eztexting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Malin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-04 00:00:00 -05:00
18
+ date: 2011-01-05 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 0.6.0
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
- description: A Gem to make using eztexting simple and fun
37
+ description: A Gem to make using EZ Texting simple and fun
38
38
  email: dmalin@eztexting.com
39
39
  executables: []
40
40
 
@@ -110,6 +110,6 @@ rubyforge_project: eztexting
110
110
  rubygems_version: 1.3.7
111
111
  signing_key:
112
112
  specification_version: 3
113
- summary: A Gem to make using eztexting simple and fun
113
+ summary: A Gem to make using EZ Texting simple and fun
114
114
  test_files: []
115
115