Skip to content

Commit 64b8185

Browse files
committed
push new version
1 parent 21100c2 commit 64b8185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marginalia.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |gem|
22
gem.authors = ["Noah Lorang", "Nick Quaranto", "Taylor Weibley"]
3-
3+
gem.email = ["[email protected]"]
44
gem.homepage = "https://github.com/basecamp/marginalia"
55

66
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
77
gem.files = `git ls-files`.split("\n")
88
gem.test_files = `git ls-files -- {test}/*`.split("\n")
99
gem.name = "marginalia"
1010
gem.require_paths = ["lib"]
11-
gem.version = "1.8.0"
11+
gem.version = "1.9.0"
1212
gem.license = "MIT"
1313

1414
gem.add_runtime_dependency "actionpack", ">= 2.3"

0 commit comments

Comments
 (0)