darjeelink 0.11.5 → 0.11.6

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: e3c06938083f8ae098dff14aafa2ee82c7f6a66542c11b456b9cefeb0f5de539
4
- data.tar.gz: b76ebe24503d73b87637e7af023d6d08e3f3393e25df173c1f589c51d8389b25
3
+ metadata.gz: 101d088427d0fd6e5b04fa53a26378bdfd9fed124453a44e5aad4cb39947f6dc
4
+ data.tar.gz: cb5689ef762aeb83903c6b9ee04c064db7197929291618d23b65d5c9e3d31be8
5
5
  SHA512:
6
- metadata.gz: 8acdf94c6b942588ba287d5e745e31b0e36fa8fe1118514eeaaae18e0613b090499924066c7c45b828645df9a3cc4a456916c1f23c11ce528397e1b1fa91105a
7
- data.tar.gz: 57ff7590616f9c5b115b5d96ae6b85befc2a37019b8f572c5ac5adababa118860168cef3e8057419adda329fcccdffa021295731b7a4d0f9aabe03158ce5bbac
6
+ metadata.gz: 8a9566e858d942c788fe036aa7a93b57fbf1d03f23e32c94a263dd5cfeacc28518d9e54625c31a6d73d80a7ed5bc7e3d3e739252013c24759f693d7da49ffd09
7
+ data.tar.gz: 38009de0300f215621d19087a508b6bc1464e4b2e0648f8a5cc9c2f81950e09698bb8cc789b662db76dd0042f2134f052f2155357373b2f611a98c0eaa6fec2a
data/README.md CHANGED
@@ -31,9 +31,12 @@ Run `cp .env.sample spec/dummy/.env.test`
31
31
  Change the database url to be different to the development one i.e. `postgres://darjeelink_dbuser:password@localhost/darjeelink-test`
32
32
 
33
33
  ## Installation
34
- ### Installing the private gem
35
- Copy the contents of the darjeelink directory into the vendor folder in the
36
- darjeelink app repository and run bundle install
34
+ ### Gemfile
35
+ Add these lines to your app's Gemfile
36
+ ```
37
+ gem 'darjeelink'
38
+ gem 'repost' # Shouldn't be required, but it is. Investigate why
39
+ ```
37
40
 
38
41
  ### Mounting the engine
39
42
  Add these lines to your app's routes.rb
@@ -20,7 +20,8 @@ Darjeelink.configure do |config|
20
20
  'spotify': 'Spotify',
21
21
  'youtube': 'Youtube',
22
22
  'google-search': 'Google search',
23
- 'google-display': 'Google display'
23
+ 'google-display': 'Google display',
24
+ 'snapchat-advert': 'Snapchat Advert'
24
25
  }
25
26
 
26
27
  config.auth_domain = ENV['AUTH_DOMAIN']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Darjeelink
4
- VERSION = '0.11.5'
4
+ VERSION = '0.11.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darjeelink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Hulme
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 5.2.2
61
+ version: '5'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 5.2.2
68
+ version: '5'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rebrandly
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -223,7 +223,7 @@ files:
223
223
  - lib/darjeelink/engine.rb
224
224
  - lib/darjeelink/version.rb
225
225
  - lib/tasks/darjeelink.rake
226
- homepage: https://www.github.com/the-open
226
+ homepage: https://github.com/38dgs/darjeelink
227
227
  licenses:
228
228
  - MIT
229
229
  metadata: {}