buildar 0.0.1.2 → 0.0.2.1

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.
Files changed (3) hide show
  1. data/README.md +6 -6
  2. data/VERSION +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -7,17 +7,17 @@ Rake tasks
7
7
  ----------
8
8
  * version - show the current project version (./VERSION)
9
9
  * manifest - show the files tracked by the gem (./MANIFEST.txt)
10
- * build - build a .gem file inside pkg/
10
+ * tag - git tag according to current version, pushed to origin
11
11
  * bump_build - increment the 4th version number (1.2.3.4 -> 1.2.3.5)
12
12
  * bump_patch - increment the 3rd version number (1.2.3.4 -> 1.2.4.0)
13
13
  * bump_minor - increment the 2nd version number (1.2.3.4 -> 1.3.0.0)
14
14
  * bump_major - increment the 1st version number (1.2.3.4 -> 2.0.0.0)
15
- * tag - git tag according to current version, pushed to origin
15
+ * build - bump_build, build a .gem file inside pkg/
16
16
  * publish - gem push
17
- * release - bump_build, tag, publish
18
- * release_patch - bump_patch, tag, publish
19
- * release_minor - bump_minor, tag, publish
20
- * release_major - bump_major, tag, publish
17
+ * release - build, tag, publish
18
+ * release_patch - bump_patch, release
19
+ * release_minor - bump_minor, release
20
+ * release_major - bump_major, release
21
21
 
22
22
  Philosophy
23
23
  ----------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1.2
1
+ 0.0.2.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.2
4
+ version: 0.0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: