Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbothner committed Aug 2, 2018
1 parent de6c162 commit e44c72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http:https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

## 0.1.0 — 2018-08-02

### Added

- Adds the command `include_attached` to Clowne’s cloner DSL.

[unreleased]: https://github.com/cbothner/clowne_active_storage/compare/v0.1.0...HEAD
10 changes: 0 additions & 10 deletions clowne_active_storage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/cbothner/clowne_active_storage'
s.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 s.respond_to?(:metadata)
s.metadata['allowed_push_host'] = "TODO: Set to 'http:https://mygemserver.com'"
else
raise 'RubyGems 2.0 or newer is required to protect against ' \
'public gem pushes.'
end

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

0 comments on commit e44c72f

Please sign in to comment.