db-charmer 1.8.0 → 1.8.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.
- data/CHANGES +5 -0
- data/README.rdoc +7 -6
- data/lib/db_charmer/version.rb +1 -1
- metadata +10 -10
data/CHANGES
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
1.8.1 (2013-01-02):
|
|
2
|
+
|
|
3
|
+
Bumped up rails dependencies up to 3.2.10.
|
|
4
|
+
|
|
5
|
+
----------------------------------------------------------------------------------------
|
|
1
6
|
1.8.0 (2012-11-12):
|
|
2
7
|
|
|
3
8
|
Added support for Rails versions up to 3.2.9. Please note, that Rails 3.2.4 is not officially
|
data/README.rdoc
CHANGED
|
@@ -569,9 +569,8 @@ sharding connection names or connection configurations to be used to establish c
|
|
|
569
569
|
|
|
570
570
|
For more information about the library, please visit our site at http://kovyrin.github.com/db-charmer.
|
|
571
571
|
If you need more defails on DbCharmer internals, please check out the source code. All the plugin's
|
|
572
|
-
code is ~100% covered with tests
|
|
573
|
-
|
|
574
|
-
least the most actively used code paths.
|
|
572
|
+
code is ~100% covered with tests. The project located in <tt>test-project</tt> directory has unit
|
|
573
|
+
tests for all or, at least, the most actively used code paths.
|
|
575
574
|
|
|
576
575
|
If you have any questions regarding this project, you could contact the author using
|
|
577
576
|
the DbCharmer Users Group mailing list:
|
|
@@ -586,12 +585,14 @@ We have a continuous integration setup for this gem on with Rails 2.3, 3.0, 3.1
|
|
|
586
585
|
different versions of Ruby.
|
|
587
586
|
|
|
588
587
|
CI is running on TravisCI.org: https://travis-ci.org/kovyrin/db-charmer
|
|
588
|
+
Build status is: {<img src="https://secure.travis-ci.org/kovyrin/db-charmer.png?branch=master" alt="Build Status: Rails 3.x" />}[https://travis-ci.org/kovyrin/db-charmer]
|
|
589
589
|
|
|
590
590
|
At the moment we have the following build matrix:
|
|
591
|
-
|
|
592
591
|
* Rails versions:
|
|
593
|
-
- 2.x
|
|
594
|
-
- 3.
|
|
592
|
+
- 2.x
|
|
593
|
+
- 3.0
|
|
594
|
+
- 3.1
|
|
595
|
+
- 3.2
|
|
595
596
|
* Ruby versions:
|
|
596
597
|
- 1.8.7
|
|
597
598
|
- Ruby Enterprise Edition (1.8.7)
|
data/lib/db_charmer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: db-charmer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 1.8.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.8.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Oleksiy Kovyrin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2013-01-02 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: activesupport
|
|
@@ -25,12 +25,12 @@ dependencies:
|
|
|
25
25
|
requirements:
|
|
26
26
|
- - <=
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
hash:
|
|
28
|
+
hash: 27
|
|
29
29
|
segments:
|
|
30
30
|
- 3
|
|
31
31
|
- 2
|
|
32
|
-
-
|
|
33
|
-
version: 3.2.
|
|
32
|
+
- 10
|
|
33
|
+
version: 3.2.10
|
|
34
34
|
type: :runtime
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
@@ -41,12 +41,12 @@ dependencies:
|
|
|
41
41
|
requirements:
|
|
42
42
|
- - <=
|
|
43
43
|
- !ruby/object:Gem::Version
|
|
44
|
-
hash:
|
|
44
|
+
hash: 27
|
|
45
45
|
segments:
|
|
46
46
|
- 3
|
|
47
47
|
- 2
|
|
48
|
-
-
|
|
49
|
-
version: 3.2.
|
|
48
|
+
- 10
|
|
49
|
+
version: 3.2.10
|
|
50
50
|
type: :runtime
|
|
51
51
|
version_requirements: *id002
|
|
52
52
|
- !ruby/object:Gem::Dependency
|