paperweight 0.0.1 → 0.0.2

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: a6caebfa164c20badafc768b093809531a371e1160511abf7ba0fc59e9c388c8
4
- data.tar.gz: 80639d98c7b691f94d021a042809c528756a140bfa9e6c80bf6027664bc5807e
3
+ metadata.gz: 3d9edaad3f6b0761aedbd6b803141a2adb4f6d5d275b35725de40babd88cd47a
4
+ data.tar.gz: ffcbeb014ce5909273f3a6ed8cb6604281a1c72ea596e459c90c5898e07b9d26
5
5
  SHA512:
6
- metadata.gz: '03438392a5e8c5159029531f8601d9a8c93ed8b08da3f6b2cc6f5b8cd330865a58b5df5ef1cd10d020aed8042780ca9221d47cd7a7075f2237166c810f0419e5'
7
- data.tar.gz: d301837a0e970f3be15d2caf2ab5d2174e8e36c7db515b2cb497fb2340a045b178db7abb2ba7a7dbc875bf25e774ae623d1a1992348431e3a735862b54e5ebd8
6
+ metadata.gz: 9e2d17628e1e936a29fdf6bb5ae86186c4145f8ec010f9173efc65d86ef23fcd02e068b3542726f132684532977e197c054a527c709b86c3eac34d1f238228f1
7
+ data.tar.gz: 1d6db17b5b7989a80a4e6a0332d9f796318520a5ea4638f5b813040cafb0d2b72c94aeac099e70d48a4cee8f6136b9f6e4cef018a5a165ec32a6e170f4b08aee
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paperweight (0.0.1)
4
+ paperweight (0.0.2)
5
5
  aws-sdk-s3 (~> 1.13)
6
6
  paperclip (~> 6.0)
7
7
  rails (~> 5.2)
@@ -15,7 +15,7 @@ module Paperweight
15
15
  end
16
16
 
17
17
  def url
18
- "#{self.class.prefix}/#{path}"
18
+ "#{self.class.prefix}/uploads/#{path}"
19
19
  end
20
20
 
21
21
  def default_url
@@ -27,7 +27,7 @@ module Paperweight
27
27
  if Rails.env.production?
28
28
  Paperweight.config.asset_server
29
29
  else
30
- 'http://localhost:3000/uploads'
30
+ 'http://localhost:3000'
31
31
  end
32
32
  end
33
33
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Paperweight
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperweight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Deisz