db-charmer 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +5 -0
  2. data/README.rdoc +7 -6
  3. data/lib/db_charmer/version.rb +1 -1
  4. 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
@@ -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 (located in a separate staging rails project
573
- at http://github.com/kovyrin/db-charmer-sandbox). The project has unit tests for all or at
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 {<img src="https://secure.travis-ci.org/kovyrin/db-charmer-sandbox.png?branch=rails23" alt="Build Status: Rails 2.x" />}[https://travis-ci.org/kovyrin/db-charmer-sandbox]
594
- - 3.x {<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]
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)
@@ -2,7 +2,7 @@ module DbCharmer
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 8
5
- PATCH = 0
5
+ PATCH = 1
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 0
10
- version: 1.8.0
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: 2012-11-13 00:00:00 Z
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: 29
28
+ hash: 27
29
29
  segments:
30
30
  - 3
31
31
  - 2
32
- - 9
33
- version: 3.2.9
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: 29
44
+ hash: 27
45
45
  segments:
46
46
  - 3
47
47
  - 2
48
- - 9
49
- version: 3.2.9
48
+ - 10
49
+ version: 3.2.10
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  - !ruby/object:Gem::Dependency