Skip to content

Commit e9f1430

Browse files
committed
Revert description changes (damn you, RubyGems.org!). Fixes #22
1 parent 86f3961 commit e9f1430

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

atomic.gemspec

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
# -*- encoding: utf-8 -*-
22

33
# Update these to get proper version and commit history
4-
new_version = "1.1.8"
5-
old_version = "1.1.7"
6-
7-
git_lines = `git log --oneline #{old_version}...#{new_version}`.lines.map {|str| "* #{str}"}.join
8-
doc_lines = File.readlines("README.rdoc")
9-
description = <<EOS
10-
#{doc_lines[0]}
11-
12-
== Changes since #{old_version}
13-
14-
#{git_lines}
15-
EOS
164

175
Gem::Specification.new do |s|
186
s.name = %q{atomic}
19-
s.version = new_version
7+
s.version = "1.1.9"
208
s.authors = ["Charles Oliver Nutter", "MenTaLguY", "Sokolov Yura"]
219
s.date = Time.now.strftime('%Y-%m-%d')
22-
s.description = description
10+
s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
11+
s.description = s.summary
2312
2413
s.homepage = "http://github.com/headius/ruby-atomic"
2514
s.require_paths = ["lib"]
26-
s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
2715
s.licenses = ["Apache-2.0"]
2816
s.test_files = Dir["test/test*.rb"]
2917
if defined?(JRUBY_VERSION)

0 commit comments

Comments
 (0)