carrierwave-truevault 0.0.1 → 0.0.2

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: 1a52a2c2dc21a9cb6cd5f430e7d8ea9b9e45060c
4
- data.tar.gz: dd3b9b48f9588cc2f96f08c7a7eafba0b34fa7a6
3
+ metadata.gz: 0e29f4f3bbb707eef21a04ab324c698972e93e59
4
+ data.tar.gz: 0fe99d42b37d239b32470e4cd3e57dd1ecd26984
5
5
  SHA512:
6
- metadata.gz: dd8658d7423a56697cf65650401f3045a708e0eb433f966253fb6a212cbabad30c73085f74c3e3d16383562b7cd59d43ab66e7d5f03c6bd829f89ca9e159a119
7
- data.tar.gz: 76201253390d18e204f7b35c477d9fa3d598ee98ade47491aef05f6632151a95c0bf408867337c610b8e589b85cf820574fe2231ebb971bfcf6238d9f6684456
6
+ metadata.gz: 1c11da6181b873b75cfcb8c263b21ba36c184ece8971d95c9e5db043bfda9fd6723ded6218a7c232b2f9c2fdd552ca668e0af5f5aae984a553b9489b13c4c10b
7
+ data.tar.gz: 0c43a82d093ef7b3a0d41b72d7a7d952e88d94c7d15bd1025522c43dc0f2dca4d7e8736bcb1b4cceba319db9d73b0e999b6f9aef0344641b92afbe991a75bf32
data/README.md CHANGED
@@ -39,7 +39,7 @@ end
39
39
 
40
40
  ## Contributing
41
41
 
42
- 1. Fork it ( https://github.com/[my-github-username]/carrierwave-truevault/fork )
42
+ 1. Fork it ( https://github.com/codemancode/carrierwave-truevault/fork )
43
43
  2. Create your feature branch (`git checkout -b my-new-feature`)
44
44
  3. Commit your changes (`git commit -am 'Add some feature'`)
45
45
  4. Push to the branch (`git push origin my-new-feature`)
@@ -20,7 +20,7 @@ module CarrierWave
20
20
  attr_reader :path
21
21
 
22
22
  def filename
23
- Pathname.new(path).basename
23
+ Pathname.new(path).basename.to_s
24
24
  end
25
25
  ##
26
26
  # Lookup value for file content-type header
@@ -1,5 +1,5 @@
1
1
  module Carrierwave
2
2
  module TrueVault
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-truevault
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
  - Matthew McFarling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carrierwave