darjeelink 0.14.6 → 0.14.8

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: 4303964ff9a26e9645a23dc23ddf42b0e4c0149d96bf0be0ff190cdabe45a3e9
4
- data.tar.gz: 923d1bc1d321f08b66cf519bad76ce50c07418558ab15d2b97185071ffc9aee7
3
+ metadata.gz: fe18ade1a67f8f92f09f7e95ea71d8bb27bfe1ac9604be8dd4e62b0156b987b7
4
+ data.tar.gz: 616617118a3317479035593d85daeed19ad7b538ca27a54cd5a1861d2e80f631
5
5
  SHA512:
6
- metadata.gz: 701f1be73fdefefed0ae84171fc7ac341bda12b182eaefb48bc1d3654781163b79a9c022dbcbe0097cd6542a8831ede814a251fdf9adf65b3bec6a39c6887053
7
- data.tar.gz: cd5a66b7216dce4a247a5a3ce586caf75ec259653228e76e31daad7745a708fdacd2de6fb7f35fbfe757027077d90ac8573677663116a07da18cffd3017e45eb
6
+ metadata.gz: bebc83488bca28c7291c095d24b0ae3cacddf8a07e28fb2db332e99ed4dcc3b0236ff8b63c8dc70289af2e0203bd6fb59d004b8d463d8d2b2c47f8a04e385376
7
+ data.tar.gz: '088614333aa05239f7c819b5acbad2115fd6728a4245b5228c69e3cccc617f4ce541a1d898113ffa7c199847fa88ccb899128bbd93f849c9beae904ddce0a047'
data/README.md CHANGED
@@ -120,28 +120,7 @@ Change the database url to be different to the development one i.e. `postgres://
120
120
  ## Releasing
121
121
  Darjeelink follows [Semantic Versioning](https://semver.org)
122
122
 
123
- ### Pre-releasing - Staging tests
124
- There are several ways to test the gem before releasing it.
125
-
126
- One way, is to check the new development branch into Github, and then use `portkey-app` to test it in a staging environment.
127
-
128
- - Create a new branch in the `darjeelink` repo with a sensible name related to your intended release: e.g. `darjeelink-v0.14.6-upgrade`.
129
- - Perform the required upgrades, security patching, etc for the new release.
130
- - Bump the version number as required (see below).
131
- - Create a new branch in the `portkey-app` repo with a sensible name related to your intdended release: e.g. `darjeelink-v0.14.6-upgrade`.
132
- - In the `Gemfile` of the portkey-app repo, change the `darjeelink` gem to point to the branch you just created in the darjeelink repo.
133
- ```gemfile
134
- # Actual URL Shortener
135
- # gem 'darjeelink' <-- Temporarilly change this. Remeber to change it back, and run bundle install to update the Gemfile.lock when done!
136
- gem 'darjeelink', git: 'https://github.com/38degrees/darjeelink.git',
137
- branch: 'darjeelink-v0.14.6-upgrade'
138
- ```
139
- - Update the `Gemfile.lock` in the `portkey-app` repo by running `bundle install` and commit then push the changes.
140
- - Deploy your branch of the portkey-app to the staging environment and test the changes.
141
-
142
- NB: When you have followed the production release steps below and created a GitHub release, you can then update the `Gemfile` in the `portkey-app` repo to point to the new release tag.
143
-
144
- ### Releasing - Production
123
+ NB: Before releasing, ensure that the gem is working as expected by running the tests. If possible perform some manual testing via a webserver.
145
124
 
146
125
  Once all necessary changes have made it in to master and you are ready to do a release you need to do these steps.
147
126
 
@@ -29,6 +29,7 @@ Darjeelink.configure do |config|
29
29
  'twitter-advert': 'Twitter advert',
30
30
  'twitter-tweet': 'Twitter tweet',
31
31
  'whatsapp-share': 'WhatsApp share',
32
+ 'what-action': 'WhatAction',
32
33
  youtube: 'Youtube',
33
34
  other: 'Other'
34
35
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Darjeelink
4
- VERSION = '0.14.6'
4
+ VERSION = '0.14.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darjeelink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.6
4
+ version: 0.14.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Hulme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-14 00:00:00.000000000 Z
11
+ date: 2024-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth