gnarails 0.9.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7de257ab0e4eb0f2469f2530022c4a113314480ddc374a6427ff1579b87f6fa3
4
- data.tar.gz: bcee15f6f258efbb9862c16339853c20dd223ce259998bc7037848d43b52b441
3
+ metadata.gz: 3cd31f307743b9ca75ae90e5a5b19c09bd2f0c51e854bc19697af8631ee0b346
4
+ data.tar.gz: 254ade5f49759aeec972194a50449b07befe517274816ffba42a031ef9cbafab
5
5
  SHA512:
6
- metadata.gz: f8ad3223deb3ec7d31ba78d89269e1ae540d03fd84eb597b1c5b864e47d2a98c5a2e6197365eaad42dc0f35099aadbf4f85c62c0099f777116ac7e1a9998279c
7
- data.tar.gz: 01aa9a554797ae7a96674884de13eb37363e0bcaeb541d9ba2a4123e07716b4e9f7f3d9b84580996af812da622c4a1a3b9eb979425c0bcae39f70ac7d2137106
6
+ metadata.gz: 7e363ad5ea9e486580e4847fd4e94b47d645e5ed2058e40203c9e253057acfcd5d774be2af6a989edaa0000bb0b4380cc66c29791aa9cfc903de96a481440279
7
+ data.tar.gz: 020a851839405931ce811221cd641bb30f348605f621821e340f6c655009a531dde0538b1b99b64c664771e4972f6cd5b154d5c30023e6a4405db27b336ca852
@@ -1,5 +1,7 @@
1
1
  ## Current release (in development)
2
2
 
3
+ ## 1.0.0 - 2018-03-28
4
+
3
5
  ## 0.9.3 - 2018-03-28
4
6
 
5
7
  * Bundle to gather gems before generating rspec [#110](https://github.com/TheGnarCo/gnarails/pull/110)
@@ -0,0 +1,8 @@
1
+ * Checkout master: `git checkout master`.
2
+ * Get latest: `git pull --rebase origin master`
3
+ * Bump version number in `lib/gnarails/version.rb`.
4
+ * Update the [CHANGELOG](CHANGELOG.md), moving the current release work to under the version number.
5
+ * Create a commit, including the version number in the commit message: `git add
6
+ --all && git commit -m "Version x.y.z"`.
7
+ * Push the release to RubyGems: `rake release`.
8
+ * Check the RubyGems [twitter account](https://twitter.com/rubygems) to publicize the release.
@@ -1,3 +1,3 @@
1
1
  module Gnarails
2
- VERSION = "0.9.3"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnarails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Gnar Company
@@ -158,6 +158,7 @@ files:
158
158
  - Gemfile
159
159
  - LICENSE
160
160
  - README.md
161
+ - RELEASE_PROCESS.md
161
162
  - Rakefile
162
163
  - bin/ci_pronto
163
164
  - bin/console