Skip to content

Releases: ryanmjacobs/github-copywriter

v1.2.4

13 Jan 07:53
Compare
Choose a tag to compare
  • Clean up README / docs
  • Minor regex clean ups
  • Add --dry-run option

v1.2.3

23 Dec 09:12
Compare
Choose a tag to compare

Fix unicode encoding issues.

v1.2.2

23 Dec 09:12
Compare
Choose a tag to compare

Convert --year option to Numeric to fix issue #8.

v1.2.1

23 Dec 08:03
Compare
Choose a tag to compare

Tell gemspec to ignore test_repo_demo.gif to shrink gem size from 193k to 13k.

v1.2.0

23 Dec 07:50
Compare
Choose a tag to compare
  • Add support for more copyright styles! See issue #4 and 226a048.
  • Add support for multiple copyrights per file! See 8456965.

v1.1.0

19 Dec 04:30
Compare
Choose a tag to compare
  • Grammar fix: "Committing 1 files..." -> "Committing 1 file..."
  • Add exclamation mark after "done" -> "done!"
  • Return a hash from update_copyright (see below)
data = {
    :content => "",
    :updated_now => false,
    :found_copyright => false
}

v1.0.1

19 Dec 04:29
Compare
Choose a tag to compare

Don't display the password as we are typing it. (More unixy.)

v1.0.0

16 Dec 05:04
Compare
Choose a tag to compare

Yay! We've gone version 1.0 now! Development is probably going to stabilize
around where we are now. I don't think there's much more to be added, but
feel free to prove me wrong :)

Now all we have to do is make minor code changes to keep it stable. (and add some
support for different formats)

  • Simplify option descriptions.
  • Catch connection failed error.
  • Remove --all-branches option, now it is the default.

v0.1.1

16 Dec 03:09
Compare
Choose a tag to compare
  • Add --branches and --all-branches options. (See issue #3)
  • Separate "more info" section of commit message with another newline.

v0.1.0

16 Dec 03:10
Compare
Choose a tag to compare
  • Split up into multiple files for easier maintenance.
  • (All features, options, and parameters are the still the same.)
  • Added to Travis CI.
  • Added some rspecs, (and fixed the bugs that I found b/c of rspecs)