ghstars 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6bee23c70b0f483df8f4c9d8c278feb7342463942fc7ceda7f80164d7ff7710
4
- data.tar.gz: bd1a687891cacb3ebd11017b0b7b62d640d2d4f7710149d4244e2e2ec24caf4d
3
+ metadata.gz: 8ef298a453eba48a8d3d6617ff6c57296515ee518f7032eb1af11a0839e63d5a
4
+ data.tar.gz: c751f5ac91f318eefd7e8530b63aaa0a7ac72ef8b26d36d6bb52ba8de2fe83a8
5
5
  SHA512:
6
- metadata.gz: 5b23f64a233e7e8a87745c5fd6c7d442400ece268d8d304943b0fc25e06e276c33074b1abc8196779442b367cacb83929161f0507264d09d193e3753964ee729
7
- data.tar.gz: c73265e6c1954cf7ba7f1942790056ce6dcd9cc3ef6dd7de04993b331eec1d29afc1359d31b3dd6dc5302e1bac4b8fd9fd26c7434db4c41995422128772d97ad
6
+ metadata.gz: dfbb60f4ec1b98516028937a2273893ca63083459a921f1aa2e6ba164b7e103797fcbc428f8177fa5e70198a46c0a15e818315935ddc53cd02c0ede6f5235880
7
+ data.tar.gz: 2e8571cccb7d93a2e12797955d4cf4fc2bcbd3f9b562808660866231be1a8057ecc811bf142d8a201ad3addd07ceb11d9c6997c048a9bd1034b667b6e1e9f944
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.3
2
+ current_version = 0.1.5
3
3
  commit = True
4
4
 
5
5
  [bumpversion:file:lib/ghstars/version.rb]
@@ -10,3 +10,7 @@ replace = VERSION = "{new_version}"
10
10
  search = ghstars --version "{current_version}"
11
11
  replace = ghstars --version "{new_version}"
12
12
 
13
+ [bumpversion:file:Gemfile.lock]
14
+ search = ghstars ({current_version})
15
+ replace = ghstars ({new_version})
16
+
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ghstars (0.1.2)
4
+ ghstars (0.1.5)
5
5
  octokit (~> 4.18)
6
6
  terminal-table (~> 1.8)
7
7
  thor (~> 1.0, >= 1.0.1)
data/README.md CHANGED
@@ -15,7 +15,7 @@ $ gem install ghstars
15
15
  or;
16
16
 
17
17
  ```bash
18
- $ gem install ghstars --version "0.1.3" --source "https://rubygems.pkg.github.com/vbyazilim"
18
+ $ gem install ghstars --version "0.1.5" --source "https://rubygems.pkg.github.com/vbyazilim"
19
19
  ```
20
20
 
21
21
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module Ghstars
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghstars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uğur Özyılmazel