Skip to content

Commit

Permalink
renamed gem, adding summary and description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiani committed Aug 20, 2011
1 parent deef683 commit 8c03abe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -14,11 +14,11 @@ require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "txtimpact_sms"
gem.homepage = "http://github.com/nanothief/txtimpact_sms"
gem.name = "wire2air"
gem.homepage = "http://github.com/nanothief/wire2air"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = %Q{Ruby interface to the wire2air sms and voice mail service}
gem.description = %Q{Allows sending sms and voice messages, checking and adding more credits, subscribing to keywords}
gem.email = "davidmiani@gmail.com"
gem.authors = ["David Miani"]
# dependencies defined in Gemfile
Expand Down
13 changes: 7 additions & 6 deletions txtimpact_sms.gemspec → wire2air.gemspec
Expand Up @@ -4,13 +4,13 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{txtimpact_sms}
s.name = %q{wire2air}
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{David Miani}]
s.date = %q{2011-08-20}
s.description = %q{TODO: longer description of your gem}
s.description = %q{Allows sending sms and voice messages, checking and adding more credits, subscribing to keywords}
s.email = %q{davidmiani@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
Expand All @@ -28,13 +28,14 @@ Gem::Specification.new do |s|
"lib/wire2air.rb",
"manual_tests.rb",
"spec/spec_helper.rb",
"spec/txtimpact_sms_spec.rb"
"spec/txtimpact_sms_spec.rb",
"txtimpact_sms.gemspec"
]
s.homepage = %q{http://github.com/nanothief/txtimpact_sms}
s.homepage = %q{http://github.com/nanothief/wire2air}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.7}
s.summary = %q{TODO: one-line summary of your gem}
s.rubygems_version = %q{1.8.8}
s.summary = %q{Ruby interface to the wire2air sms and voice mail service}

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 8c03abe

Please sign in to comment.