Skip to content

Commit

Permalink
Bump to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Apr 17, 2017
1 parent 373e567 commit 02b5e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
## Unreleased

## 0.0.1 (2017-04-17)

Initial release!
9 changes: 0 additions & 9 deletions ood_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/OSC/ood_core"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit 02b5e9d

Please sign in to comment.