hubrise_app 1.2.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc1ad8b133e071ede39b2475c6d4e661312914183c5c19d7c88d92fe8ead7aa8
4
- data.tar.gz: 380e301179f96683fedb6035290683fc2ed159136edd3b76eadee3510e6afe51
3
+ metadata.gz: f60a817d70a55f7234ecdf8e886bc63c867c329c1e53f69f7a0356e049a1f266
4
+ data.tar.gz: d79c09f12c0f64a0e6d73baab22eb79cede8df9f73a90546cf93aefc5812f036
5
5
  SHA512:
6
- metadata.gz: 0b19fa296bf31607a5665c2da87fe82496bbc06ed863867ff273b0e8f2491ebaaa694ed708cf5fd4d4ea1366cea8e7dbab4276ef9b90f3e5a0d445f11e31a724
7
- data.tar.gz: fa56d7c3ca097348fc38854e93d7e5270080b53ecf8c645bf17159c89f88c9390400bb767da8d27cca41a45b94cbc68508333e71b75ed334f5b61af8f6394b53
6
+ metadata.gz: 90c46db6e581ac2d9d46f66d24fafa37c40148459934213b3b406b193f86864f76855889c84261cfec88edc755b60e3429cd7a6e41e198902b6040c5e9a6da7d
7
+ data.tar.gz: e3c52b7505ed1b9acdc1202c873298366ac77ed705efb80ac4255171565d8dba1bf94685fc1d35619fd278a64275d880deb2f77cc4b075ba5f18650c57c4cb59
data/README.md CHANGED
@@ -88,7 +88,9 @@ TODO
88
88
  3. Tag the repository:
89
89
 
90
90
  ```bash
91
- VERSION=1.2.0
91
+ VERSION=1.2.1
92
+ bundle install
93
+ git add Gemfile.lock
92
94
  git add lib/hubrise_app/version.rb
93
95
  git commit -m "Version $VERSION"
94
96
  git tag v$VERSION
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module HubriseApp
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubrise_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Monnier