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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81a013ab55bd42ba7283dff2033ec705d9b781e22421f6deb25988a58c1dc41c
4
- data.tar.gz: 43e3dc3bbd71991387c2a02cb344c0443702c8d5df7602585bd559bb7f47630c
3
+ metadata.gz: 4f31fb22c751f42cf3a8f0defb48f38770f3fcf193df3e04aea9a07020430e98
4
+ data.tar.gz: 4b718c142d937d37493f840dee878f2146bb011fe4fa29e5823867ebc57aa697
5
5
  SHA512:
6
- metadata.gz: d01c00921af2b6f91fcb59683dd01baf01e892dd28255b7dd50c402da991614efd34a0b9c44313aad09284167333c450ff80c1fb01c84447347c450fdc584312
7
- data.tar.gz: 30d68d2eb8c558d3765dd7703e02355fff2a0aa86bf84ffe94733a6d46f49cec2d3f6278cd99e661fcc49b0ae48df92cef4ba66eda4627b876a785aee9f00270
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
@@ -35,4 +35,6 @@ Gem::Specification.new do |spec|
35
35
  spec.add_development_dependency "rake", "~> 10.0"
36
36
  spec.add_development_dependency "rspec", "~> 3.0"
37
37
  spec.add_development_dependency "webmock", '~> 3.8', '>= 3.8.3'
38
+
39
+ spec.required_ruby_version = '>= 2.0.1'
38
40
  end
@@ -1,3 +1,3 @@
1
1
  module BunnyCdn
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: '0'
139
+ version: 2.0.1
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - ">="