sf-dropbox-ext 0.1.3 → 0.1.4

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: aec0269503bd5b295cafcdd50095437bd5519e9c
4
- data.tar.gz: bb62141914ba40da6dbac24e2b460a8531f0f2ca
3
+ metadata.gz: f1602ed0770cd96a8a7646ae1faf5a25cdb15321
4
+ data.tar.gz: c94fe819037ecbdae42dd67bfd0b7116a5ae699e
5
5
  SHA512:
6
- metadata.gz: d6e717b344357986719f28c7330ab77106a8d5f47d1442dba34cde7a92554362a1ae060e883aea375229761b9abeec3e03784c8a6c9fb176c0585ced2f9752a8
7
- data.tar.gz: 5b4237f986cd46a71ce97cd8f06d4190ff70c49724cf05b42470cc9828d7199d1546657c03ce04b83a9e8829b9754a1b15478efc7f8ba766be42b0f488b3683c
6
+ metadata.gz: 7a1d75696f43485a607f157e02f75c12fbc3a77279b32f067f6e9a7c69520aca292b0fc0d1ebb849425d7fcfde3b9c279bbcd5107624ccc6bd4e826f1b136074
7
+ data.tar.gz: dbcd786cc074f95e6088e06b3f53c886bb573cef001d94713e1d812312390ea0b9dbfbd3164aef147fff6bb47118dda7b8bc22b0e77d622ede362a9f57137578
data/Gemfile.lock CHANGED
@@ -1,8 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dropbox-ext (0.1.0)
5
- bcrypt (~> 3.1)
4
+ sf-dropbox-ext (0.1.3)
6
5
  dropbox-sdk-v2
7
6
  rails (~> 5.0.1)
8
7
 
@@ -49,7 +48,6 @@ GEM
49
48
  addressable (2.5.0)
50
49
  public_suffix (~> 2.0, >= 2.0.2)
51
50
  arel (7.1.4)
52
- bcrypt (3.1.11)
53
51
  builder (3.2.3)
54
52
  concurrent-ruby (1.0.4)
55
53
  domain_name (0.5.20161129)
@@ -59,7 +57,7 @@ GEM
59
57
  erubis (2.7.0)
60
58
  globalid (0.3.7)
61
59
  activesupport (>= 4.1.0)
62
- http (2.1.0)
60
+ http (2.2.1)
63
61
  addressable (~> 2.3)
64
62
  http-cookie (~> 1.0)
65
63
  http-form_data (~> 1.0.1)
@@ -68,7 +66,7 @@ GEM
68
66
  domain_name (~> 0.5)
69
67
  http-form_data (1.0.1)
70
68
  http_parser.rb (0.6.0)
71
- i18n (0.7.0)
69
+ i18n (0.8.0)
72
70
  loofah (2.0.3)
73
71
  nokogiri (>= 1.5.9)
74
72
  mail (2.6.4)
@@ -132,7 +130,7 @@ PLATFORMS
132
130
  ruby
133
131
 
134
132
  DEPENDENCIES
135
- dropbox-ext!
133
+ sf-dropbox-ext!
136
134
 
137
135
  BUNDLED WITH
138
136
  1.13.6
@@ -21,7 +21,12 @@ body, html {
21
21
  }
22
22
 
23
23
  h1 {
24
- border-bottom: 1px solid black;
24
+ margin-top: 2rem;
25
+ margin-bottom: 1rem;
26
+ font-weight: normal;
27
+ border-bottom: 1px solid black;
28
+ font-size: 2em;
29
+ margin: 0.67em 0;
25
30
  }
26
31
 
27
32
  h4 {
@@ -1,3 +1,3 @@
1
1
  module DropboxExt
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf-dropbox-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File