gnarails 0.9.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/RELEASE_PROCESS.md +8 -0
- data/lib/gnarails/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cd31f307743b9ca75ae90e5a5b19c09bd2f0c51e854bc19697af8631ee0b346
|
4
|
+
data.tar.gz: 254ade5f49759aeec972194a50449b07befe517274816ffba42a031ef9cbafab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e363ad5ea9e486580e4847fd4e94b47d645e5ed2058e40203c9e253057acfcd5d774be2af6a989edaa0000bb0b4380cc66c29791aa9cfc903de96a481440279
|
7
|
+
data.tar.gz: 020a851839405931ce811221cd641bb30f348605f621821e340f6c655009a531dde0538b1b99b64c664771e4972f6cd5b154d5c30023e6a4405db27b336ca852
|
data/CHANGELOG.md
CHANGED
data/RELEASE_PROCESS.md
ADDED
@@ -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.
|
data/lib/gnarails/version.rb
CHANGED
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.
|
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
|