Skip to content

Commit

Permalink
Remove needless files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 24, 2019
1 parent 846b84f commit 9bb41ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ As you can see, this is a very Builder-like DSL. This code will spit out an Atom

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
After checking out the repo, run `rake test` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To install this gem onto your local machine, run `rake install`. To release a new version, update the version number in `lib/rss/rss.rb`, and then run `rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Expand Down
14 changes: 0 additions & 14 deletions bin/console

This file was deleted.

8 changes: 0 additions & 8 deletions bin/setup

This file was deleted.

2 changes: 0 additions & 2 deletions rss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Gem::Specification.new do |spec|
"NEWS.md",
"README.md",
"Rakefile",
"bin/console",
"bin/setup",
"lib/rss.rb",
"lib/rss/0.9.rb",
"lib/rss/1.0.rb",
Expand Down

0 comments on commit 9bb41ee

Please sign in to comment.