datastax_rails 1.0.11 → 1.0.12

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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datastax_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 11
10
- version: 1.0.11
9
+ - 12
10
+ version: 1.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason M. Kusar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-08 00:00:00 Z
18
+ date: 2012-08-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -126,6 +126,7 @@ files:
126
126
  - lib/datastax_rails/callbacks.rb
127
127
  - lib/datastax_rails/cql.rb
128
128
  - lib/datastax_rails/schema.rb
129
+ - lib/datastax_rails/rsolr_client_wrapper.rb
129
130
  - lib/datastax_rails/cursor.rb
130
131
  - lib/datastax_rails/associations.rb
131
132
  - lib/datastax_rails/log_subscriber.rb
@@ -204,6 +205,8 @@ files:
204
205
  - lib/datastax_rails/persistence.rb
205
206
  - lib/datastax_rails/version.rb
206
207
  - lib/datastax_rails.rb
208
+ - lib/blankslate.rb
209
+ - lib/schema_migration.rb
207
210
  - MIT-LICENSE
208
211
  - Rakefile
209
212
  - README.rdoc