podspec_bump 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 4a2b78e030776eda796e40f8904191661c0df5ce
4
- data.tar.gz: 1d97f767a828c20608c2d5e2839cc19e4b829e59
3
+ metadata.gz: 0677d15beb9aa4a7d8b78c387420d20b5c25f0ac
4
+ data.tar.gz: ae5564c87dfdd96200c32ffd82c14541aea4c640
5
5
  SHA512:
6
- metadata.gz: 63352c201a40d8cfd1f532978f22aeee649981688923c307e1083c8349b1746af0e3394a645c4d7e31395d6e328a109e653d8c6d662a9d9fc662986f840d0641
7
- data.tar.gz: 7c419bcb4936220007867690092c63ad4ef1771027904422bffcdd5e6e446404a7cb718f63b0919e7b2fe09234e1fa2615c1bc70760f9452af187726d4f5ee9f
6
+ metadata.gz: 7fd935a84ea928e05c388260aec477e0ebdee4b8ea9a50eabaf56ea4b04d44fa65af2208044c1991c4b1fac2c8645d15c60148e656cc0529866465fb31a0847c
7
+ data.tar.gz: a010332bd040579bd3328ae1174f059629ec604cb636a308f9ec907b978b28c1308add9e6efe0722c23f61a8942a5ce9189a1668db6a846594882877549e9d2c
data/README.md CHANGED
@@ -35,6 +35,10 @@ Bump (major, minor, patch, pre)
35
35
  bump patch
36
36
  ```
37
37
 
38
+ ## Todo
39
+
40
+ test...
41
+
38
42
  ## Contributing
39
43
 
40
44
  1. Fork it ( https://github.com/[my-github-username]/podspec_bump/fork )
data/bin/podspec_bump CHANGED
@@ -11,7 +11,6 @@ Usage:
11
11
  podspec_bump patch # increase patch version of your podspec (1.0.X)
12
12
  podspec_bump minor # increase minor version of your podspec (1.X.0)
13
13
  podspec_bump major # increase major version of your podspec (X.0.0)
14
- podspec_bump set 1.2.3 # set the version number to the given value
15
14
  BANNER
16
15
  opts.on("-h", "--help","Show this.") { puts opts; exit }
17
16
  end.parse!
@@ -1,3 +1,3 @@
1
1
  module PodspecBump
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podspec_bump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nakajijapan