Skip to content

Commit

Permalink
Remove leftovers from thoughtbot
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Aug 31, 2016
1 parent 875cf0e commit 1246fe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
13 changes: 1 addition & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
# Contributing

We love contributions from everyone. By participating in this project, you
agree to abide by the thoughtbot [code of conduct].

[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct

We expect everyone to follow the code of conduct anywhere in thoughtbot's
project codebases, issue trackers, chatrooms, and mailing lists.

## Contributing Code

1. Fork the repository.
2. Run `bin/setup`, which will install dependencies and create the dummy
application database.
3. Run `bin/appraisal rake` to verify that the tests pass against all
supported versions of Rails.
4. Make your change with new passing tests, following the [style guide].
4. Make your change with new passing tests, following the existing style.
5. Write a [good commit message], push your fork, and submit a pull request.

[style guide]: https://github.com/thoughtbot/guides/tree/master/style
[good commit message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Others will give constructive feedback. This is a time for discussion and
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# F(x)

[![Build Status](https://travis-ci.com/thoughtbot/fx.svg)](https://travis-ci.com/thoughtbot/fx)

F(x) adds methods to `ActiveRecord::Migration` to create and manage database
functions and triggers in Rails.

Expand Down Expand Up @@ -81,14 +79,3 @@ def change
drop_function :uppercase_users_name, revert_to_version: 2
end
```

## About

Fx(x) is maintained by thoughtbot, inc. The names and logos for thoughtbot are
trademarks of thoughtbot, inc.

We love open source software! See [our other projects][community] or [hire
us][hire] to help build your product.

[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com/hire-us?utm_source=github
2 changes: 1 addition & 1 deletion fx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
Adds methods to ActiveRecord::Migration to create and manage database functions
and triggers in Rails
DESCRIPTION
spec.homepage = "https://github.com/thoughtbot/fx"
spec.homepage = "https://github.com/teoljungberg/fx"
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 1246fe1

Please sign in to comment.