shopify-sinatra-app 0.3.2 → 0.3.3

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: 6caef96ed576879f5e5c94d66c6807eb32740cf9
4
- data.tar.gz: 8b3d7d992753926e311372c2f885c9a31179d0ed
3
+ metadata.gz: 690b390609470928dd357a47ea6d0715a1c7bcf5
4
+ data.tar.gz: 74d8e79f7b432d1a35a0362d5c677d4bb6a7f3a4
5
5
  SHA512:
6
- metadata.gz: 0dc872ec5e7d856c928dd849a9f84843893309b306b0bf581ef40a188d9d7c590ffbabd7299d4c4caa97328d6feca61350561c26c82a100200b4bfadc9b4515b
7
- data.tar.gz: 7950ab80e2bd5faec755d28a0c0e68d6b8508363c992a7a0570e046c77f0d9f93139ff943fba1e292392e58b82e3a10a98b1f77e40e692abbe782f222766036c
6
+ metadata.gz: 52eac4ac352dc1abb6bbc5313290829e8bc29e70588da303733156d336332c2b61fc0a3b45d7b702c593811d1c3919a68706f19fcf1f79022c6ff25ea226b47e
7
+ data.tar.gz: 8b67bf57e2c976db7d1487035fcba9fe456231b2e97f37eeffeb48dd0c8c6052d9ca035bd1713ce0009279433dabbfab7a4af1672b84507c84c62a1fc70046ac
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.3.3
2
+ -----
3
+ * fix a bug in the generator
4
+
1
5
  0.3.2
2
6
  -----
3
7
  * remove an extra `%` from the redirect view
@@ -48,7 +48,7 @@ class Generator
48
48
  def sub_latest_version
49
49
  file_name = "#{app_dir}/Gemfile"
50
50
  text = File.read(file_name)
51
- new_contents = text.gsub("gem 'shopify-sinatra-app', github: 'kevinhughes27/shopify-sinatra-app'", "gem 'shopify-sinatra-app', '~> #{spec.version}'")
51
+ new_contents = text.gsub("gem 'shopify-sinatra-app', path: '../'", "gem 'shopify-sinatra-app', '~> #{spec.version}'")
52
52
  File.open(file_name, "w") {|file| file.puts new_contents }
53
53
  end
54
54
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- shopify-sinatra-app (0.3.0)
4
+ shopify-sinatra-app (0.3.3)
5
5
  activesupport (~> 4.1.1)
6
6
  attr_encrypted (~> 1.3.2)
7
7
  omniauth-shopify-oauth2 (~> 1.1.11)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopify-sinatra-app'
3
- s.version = '0.3.2'
3
+ s.version = '0.3.3'
4
4
 
5
5
  s.summary = 'A classy shopify app'
6
6
  s.description = 'A Sinatra extension for building Shopify Apps. Akin to the shopify_app gem but for Sinatra'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify-sinatra-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Hughes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra