dragonfly-couch_data_store 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
  SHA1:
3
- metadata.gz: 7ac3670ecae746c881b2f5267c043a40675fb702
4
- data.tar.gz: c8d2b02a1d5a31ce2d37f70f1ccbb121727e5b82
3
+ metadata.gz: 982af2bb4f07a0df33cd8395ae8fb7b276204a3f
4
+ data.tar.gz: 31b1ae617f86a443d1b28722806eef197ba5b037
5
5
  SHA512:
6
- metadata.gz: 0b99e0cf0b098df6159e968ff201f8ad9982cb733c113cddb3a49c19212f227c71e37a50ab7628391bcfaa3d279bb77286b12b43882ec0cd88318acbd34ac4c8
7
- data.tar.gz: 4725d751fb33455ad332b8d580ed082438d4964221567740513c1441b3aa50ce092c4485d6f4a671c3b7c41b54ee7eb3d916f9c39164a9aa6fd2b1f90767fa8d
6
+ metadata.gz: 59a590ede0a7b704a26ab7a90353acda9fd3e0d916b4df3dfd6e000561f3c91a0e444dc402d91589183ce099f68e8766f508294c8f3bc7af391ed617bcce8e61
7
+ data.tar.gz: 0b7dada60d7b3d8227f4efdee2506ddbc0f2cff7882c3121a84f95b3d419d4d7c94ad175be7aca6df9babc2588bd4635463e294941dcc32d49d32c9145f9342e
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mark@new-bamboo.co.uk"]
11
11
  spec.description = %q{Couch data store for Dragonfly}
12
12
  spec.summary = %q{Data store for storing content (e.g. images) handled with the Dragonfly gem in a couch database}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/markevans/dragonfly-couch_data_store"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,5 +1,5 @@
1
1
  module Dragonfly
2
- module CouchDataStore
3
- VERSION = "1.0.0"
2
+ class CouchDataStore
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly-couch_data_store
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
  - Mark Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-25 00:00:00.000000000 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dragonfly
@@ -69,7 +69,7 @@ files:
69
69
  - lib/dragonfly/couch_data_store/version.rb
70
70
  - spec/couch_data_store_spec.rb
71
71
  - spec/spec_helper.rb
72
- homepage: ''
72
+ homepage: https://github.com/markevans/dragonfly-couch_data_store
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}