Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Personalized fork
Browse files Browse the repository at this point in the history
  • Loading branch information
plm-robot committed Dec 16, 2008
1 parent 4b51e74 commit 7052eb4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions campaign_monitor.gemspec
@@ -1,20 +1,18 @@

$__cm_source_patterns = [
'[A-Z]*', 'campaign_monitor', 'lib/**/*', 'test/**/*', 'doc/**/*', 'init.rb', 'install.rb'
]

spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'campaign_monitor'
s.version = "1.0"
s.version = "1.1"
s.summary = 'Provides access to the Campaign Monitor API'
s.description = <<-EOF
A simple wrapper class that provides basic access to the Campaign Monitor API
EOF
s.author = 'Jordan Brock'
s.email = 'jordanbrock@gmail.com'
s.rubyforge_project = 'campaignmonitor'
s.homepage = 'http://github.com/jordanbrock/campaign-monitor-ruby/wikis'
s.author = 'Jeremy Weiskotten'
s.email = 'jweiskotten@patientslikeme.com'
s.homepage = 'http://github.com/patientslikeme/campaign_monitor/wikis'

s.has_rdoc = true

Expand Down

0 comments on commit 7052eb4

Please sign in to comment.