hydra_attribute 0.5.0.rc2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +2 -1
- data/README.md +0 -1
- data/lib/hydra_attribute/version.rb +1 -1
- metadata +8 -5
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
**0.5.0 (
|
1
|
+
**0.5.0 (February 16, 2014)**
|
2
2
|
* Cache all hydra attributes per request
|
3
|
+
* Replace `ActiveRecord` with plain database connection to fetch hydra attributes
|
3
4
|
* Add support of `decimal` backend type
|
4
5
|
* Add `id` to `hydra_attribute_sets` table
|
5
6
|
* Use new index name pattern `*_idx` instead of `*_index`
|
data/README.md
CHANGED
@@ -8,7 +8,6 @@ hydra_attribute is an implementation of
|
|
8
8
|
## Notice
|
9
9
|
Until the first major version is released:
|
10
10
|
* each new minor version doesn't guarantee back compatibility with previous one
|
11
|
-
* gem isn't stable enough for using in production
|
12
11
|
|
13
12
|
## Requirements
|
14
13
|
* ruby >= 1.9.2
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hydra_attribute
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kostyantyn Stepanyuk
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-02-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -199,9 +199,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
199
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
200
200
|
none: false
|
201
201
|
requirements:
|
202
|
-
- - ! '
|
202
|
+
- - ! '>='
|
203
203
|
- !ruby/object:Gem::Version
|
204
|
-
version:
|
204
|
+
version: '0'
|
205
|
+
segments:
|
206
|
+
- 0
|
207
|
+
hash: 674176034611536681
|
205
208
|
requirements: []
|
206
209
|
rubyforge_project:
|
207
210
|
rubygems_version: 1.8.25
|