bunny_cdn 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +0 -12
- data/bunny_cdn.gemspec +2 -0
- data/lib/bunny_cdn/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f31fb22c751f42cf3a8f0defb48f38770f3fcf193df3e04aea9a07020430e98
|
|
4
|
+
data.tar.gz: 4b718c142d937d37493f840dee878f2146bb011fe4fa29e5823867ebc57aa697
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0865bd458753c5a6f56fdeb8c3026a6cde533d4fad7ffc05e870e1155e96d53c909b424d10f038b9baecc7675f6cba2c0cf524eb84cf4e8528f3353ffd052271'
|
|
7
|
+
data.tar.gz: 6befd9bd430ae0554e4fcddeaa76c6f7f6a03609c074af47b855145bda08407b1cd8769523ff8f7617a51fe45f18d2dbefc54ccc3cb1b187fd2826423ddb4267
|
data/README.md
CHANGED
|
@@ -36,18 +36,6 @@ BunnyCdn.configure do |config|
|
|
|
36
36
|
end
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
### General
|
|
40
|
-
|
|
41
|
-
To use in your ruby project, simply `require "bunny_cdn"` and set it's configuration.
|
|
42
|
-
|
|
43
|
-
```ruby
|
|
44
|
-
BunnyCdn.configure do |config|
|
|
45
|
-
config.apiKey = # The API key for your BunnyCDN account
|
|
46
|
-
config.storageZone = # The storage zone you want to work with
|
|
47
|
-
config.accessKey = # The password for your storage zone
|
|
48
|
-
end
|
|
49
|
-
```
|
|
50
|
-
|
|
51
39
|
## Development
|
|
52
40
|
|
|
53
41
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/bunny_cdn.gemspec
CHANGED
data/lib/bunny_cdn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bunny_cdn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Meeks
|
|
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
requirements:
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version:
|
|
139
|
+
version: 2.0.1
|
|
140
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - ">="
|