Skip to content

Commit

Permalink
gratuitous version bump to update website
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Dec 6, 2011
1 parent c6a117a commit a1fffd4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
5 changes: 4 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Current version is 1.0.19
Current version is 1.0.20

changes since 1.0.19
- none, just updated website & other README-type stuff

changes since 1.0.18
- added optional custom_headers arg to MailManager::List#inject
Expand Down
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
= MailManager

Website[http://github.com/cap10morgan/mailmanager]

MailManager is a Ruby wrapper for the GNU Mailman mailing list manager. It exposes
some administrative functions to Ruby. See the API docs[http://rdoc.info/github/dnclabs/mailmanager/master/frames]
some administrative functions to Ruby. See the API docs[http://rubydoc.info/github/cap10morgan/mailmanager/master/frames]
for details.
It is licensed under the New BSD License (see the LICENSE file for details).

Expand Down
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ task :install => :build do
system "gem install pkg/mailmanager-#{MailManager::VERSION}.gem"
end

desc "Push gem to gems.dnc.org"
task :inabox => :build do
system "gem inabox pkg/mailmanager-#{MailManager::VERSION}.gem"
end

desc "Push gem to rubygems.org"
task :release => :build do
system "gem push pkg/mailmanager-#{MailManager::VERSION}.gem"
Expand Down
2 changes: 1 addition & 1 deletion lib/mailmanager/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MailManager
VERSION = '1.0.19'
VERSION = '1.0.20'
end
4 changes: 2 additions & 2 deletions mailmanager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec = Gem::Specification.new do |s|
]
s.rdoc_options = ["--charset=UTF-8"]
s.authors = ["Wes Morgan"]
s.email = "MorganW@dnc.org"
s.homepage = "http://github.com/dnclabs/mailmanager"
s.email = "cap10morgan@gmail.com"
s.homepage = "http://github.com/cap10morgan/mailmanager"
s.add_runtime_dependency('json', '~>1.4.6')
s.add_runtime_dependency('open4', '~>1.0.1')
s.add_development_dependency('rspec', '~>2.4.0')
Expand Down

0 comments on commit a1fffd4

Please sign in to comment.