carrierwave-azure_rm 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b3dce327bd64abd1f7e58c353cf1894b0ce85b8
4
- data.tar.gz: 7e8bee6a2a1d9d6c7082c73656721cea4cc60a97
3
+ metadata.gz: 1c0cd19d2b1f22995d6646286be791ee05918e80
4
+ data.tar.gz: ef90a1a09a3dbf8b7c1a1282d8d9a4a8b11841c1
5
5
  SHA512:
6
- metadata.gz: a630896782125313caab539709844c13a38f14fa825ab648e0108218b080709e1b887f37ec14dcf3b02fccc4568c449face8914a79e3c3d7e06cd471dfb158a1
7
- data.tar.gz: 5b5aabd4d024ec70063410df71fa694f4cbc1abc712cdbf5c9618cb4a124b47d071255cffcdfb4e477368bbee4749ffd681abcdf4b74a8c4786f36e8e3fa85c8
6
+ metadata.gz: a433e0d7c737391c8c3cc5b6bc3daaa2d29d67d22bf28866d14d32e3e6751b9206a8dca1b1dc1f7c3ad7802acb5287a32d56d40cc75f616b7d076c55610b2887
7
+ data.tar.gz: 721e49a4372350cb041a90354f72a14a607321a409e542270e653649194492b79186c2dbbd18d87777dcd011c26d66be7c340798845d3c9cff729551bbc5545f
data/CHANGELOG.md CHANGED
@@ -1,41 +1,48 @@
1
1
  # Change Log
2
2
 
3
- ## [v0.1.0](https://github.com/nooulaif/carrierwave-azure_rm/tree/v0.1.0) (2017-04-24)
4
- [Full Changelog](https://github.com/nooulaif/carrierwave-azure_rm/compare/v0.0.3...v0.1.0)
3
+ ## [v0.1.1](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.1.1) (2017-05-07)
4
+ [Full Changelog](https://github.com/krismichalski/carrierwave-azure_rm/compare/v0.1.0...v0.1.1)
5
+
6
+ **Other:**
7
+
8
+ - Changed owner metadata
9
+
10
+ ## [v0.1.0](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.1.0) (2017-04-24)
11
+ [Full Changelog](https://github.com/krismichalski/carrierwave-azure_rm/compare/v0.0.3...v0.1.0)
5
12
 
6
13
  **Merged pull requests:**
7
14
 
8
- - Feature/private blobs [\#2](https://github.com/nooulaif/carrierwave-azure_rm/pull/2) ([stestaub](https://github.com/stestaub))
15
+ - Feature/private blobs [\#2](https://github.com/krismichalski/carrierwave-azure_rm/pull/2) ([stestaub](https://github.com/stestaub))
9
16
 
10
17
  **Implemented enhancements:**
11
18
 
12
19
  - Updated [azure-storage](https://rubygems.org/gems/azure-storage) to version 0.12.1.preview
13
20
 
14
- ## [v0.0.3](https://github.com/nooulaif/carrierwave-azure_rm/tree/v0.0.3) (2017-03-25)
15
- [Full Changelog](https://github.com/nooulaif/carrierwave-azure_rm/compare/v0.0.2...v0.0.3)
21
+ ## [v0.0.3](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.0.3) (2017-03-25)
22
+ [Full Changelog](https://github.com/krismichalski/carrierwave-azure_rm/compare/v0.0.2...v0.0.3)
16
23
 
17
24
  **Merged pull requests:**
18
25
 
19
- - Feature properties without content [\#1](https://github.com/nooulaif/carrierwave-azure_rm/pull/1) ([stestaub](https://github.com/stestaub))
26
+ - Feature properties without content [\#1](https://github.com/krismichalski/carrierwave-azure_rm/pull/1) ([stestaub](https://github.com/stestaub))
20
27
 
21
28
  **Implemented enhancements:**
22
29
 
23
30
  - Updated [azure-storage](https://rubygems.org/gems/azure-storage) to version 0.12.0.preview
24
31
 
25
- ## [v0.0.2](https://github.com/nooulaif/carrierwave-azure_rm/tree/v0.0.2) (2016-07-26)
26
- [Full Changelog](https://github.com/nooulaif/carrierwave-azure_rm/compare/v0.0.1...v0.0.2)
32
+ ## [v0.0.2](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.0.2) (2016-07-26)
33
+ [Full Changelog](https://github.com/krismichalski/carrierwave-azure_rm/compare/v0.0.1...v0.0.2)
27
34
 
28
35
  **Fixed bugs:**
29
36
 
30
37
  - Fixed 'exists?' method
31
38
 
32
- ## [v0.0.1](https://github.com/nooulaif/carrierwave-azure_rm/tree/v0.0.1) (2016-07-25)
33
- [Full Changelog](https://github.com/nooulaif/carrierwave-azure_rm/compare/v0.0.1.preview...v0.0.1)
39
+ ## [v0.0.1](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.0.1) (2016-07-25)
40
+ [Full Changelog](https://github.com/krismichalski/carrierwave-azure_rm/compare/v0.0.1.preview...v0.0.1)
34
41
 
35
42
  **Fixed bugs:**
36
43
 
37
44
  - Ensure container exists in `store!` method
38
45
 
39
- ## [v0.0.1.preview](https://github.com/nooulaif/carrierwave-azure_rm/tree/v0.0.1.preview) (2016-07-25)
46
+ ## [v0.0.1.preview](https://github.com/krismichalski/carrierwave-azure_rm/tree/v0.0.1.preview) (2016-07-25)
40
47
 
41
48
  - Initial commit
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 nooulaif
3
+ Copyright (c) 2016 krismichalski
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -61,7 +61,7 @@ This config is only required if your container does not exist and you want it to
61
61
  [Manage access to blobs](https://docs.microsoft.com/en-us/azure/storage/storage-manage-access-to-resources)
62
62
 
63
63
  ## Issues
64
- If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/nooulaif/carrierwave-azure_rm/issues).
64
+ If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/krismichalski/carrierwave-azure_rm/issues).
65
65
 
66
66
  ## Contributing
67
67
  You are invited to contribute new features, fixes, or updates, large or small.
@@ -83,4 +83,4 @@ cp spec/environment.rb.sample spec/environment.rb
83
83
  5. Create new Pull Request
84
84
 
85
85
  ## License
86
- Released under the MIT License. See [LICENSE](https://github.com/nooulaif/carrierwave-azure_rm/blob/master/LICENSE) file for details.
86
+ Released under the MIT License. See [LICENSE](https://github.com/krismichalski/carrierwave-azure_rm/blob/master/LICENSE) file for details.
@@ -5,11 +5,11 @@ require 'carrierwave/azure_rm/version'
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'carrierwave-azure_rm'
7
7
  gem.version = Carrierwave::AzureRM::VERSION
8
- gem.authors = ['nooulaif']
9
- gem.email = ['contact@nooulaif.com']
8
+ gem.authors = ['krismichalski']
9
+ gem.email = ['kristopher.michalski@gmail.com']
10
10
  gem.summary = %q{Microsoft Azure Storage blob support for CarrierWave}
11
11
  gem.description = %q{Allows file upload to Azure with the new official sdk}
12
- gem.homepage = 'https://github.com/nooulaif/carrierwave-azure_rm'
12
+ gem.homepage = 'https://github.com/krismichalski/carrierwave-azure_rm'
13
13
  gem.license = 'MIT'
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
@@ -1,5 +1,5 @@
1
1
  module Carrierwave
2
2
  module AzureRM
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-azure_rm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - nooulaif
7
+ - krismichalski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-24 00:00:00.000000000 Z
11
+ date: 2017-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carrierwave
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '3'
69
69
  description: Allows file upload to Azure with the new official sdk
70
70
  email:
71
- - contact@nooulaif.com
71
+ - kristopher.michalski@gmail.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
@@ -89,7 +89,7 @@ files:
89
89
  - spec/carrierwave/storage/azure_spec.rb
90
90
  - spec/environment.rb.sample
91
91
  - spec/spec_helper.rb
92
- homepage: https://github.com/nooulaif/carrierwave-azure_rm
92
+ homepage: https://github.com/krismichalski/carrierwave-azure_rm
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}