cequel 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8151f255eac647140677b154e3d786f1ed817a26
4
- data.tar.gz: e7b3214a86a25d8c6d98aa68e9d5e4a992731ab8
3
+ metadata.gz: 417e86a661709395d59b9d89d3f543254dd17776
4
+ data.tar.gz: 8b3e2c61b35797d40e02da7e3484e8c783604ddf
5
5
  SHA512:
6
- metadata.gz: 95d754925f448719477b3981b89f9be29d23ed6209708bc8675ad839f08da3283c98fc3c9cbdca2afc9eaf62019c46ca7783b0ded8d7da7d446e3fed5a95c87e
7
- data.tar.gz: 60dca007fbbb8c678eb5f5219c90824b1bc80e1411a16a246d14f664498c693902eed64aef349cda3762a095399feba39ed5ee703ac41810005bf869388b7ba8
6
+ metadata.gz: c36c66a54e94292bfc6ee380b87047e7c799bd5fb6d6602d4d79d1f3d21ada9a99479351c932546c241026782308515499c4eae2fd2d7c25000160ebea173226
7
+ data.tar.gz: b8cce1b5d1b8f5963c2ad6cca237f3bbb74a7a3c588cb1a6032898aa2e469ec7592ab1b3fa4af34fd69382c544cf400caac308f77c4d00f5ea8a55a3fc72005c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.2.1
2
+
3
+ * Remove `app_generators.orm` setting
4
+
1
5
  ## 1.2.0
2
6
 
3
7
  * `where` can now be used to scope primary keys
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cequel (1.2.0)
4
+ cequel (1.2.1)
5
5
  activemodel (>= 3.1, < 5.0)
6
6
  cql-rb (~> 1.2)
7
7
 
@@ -7,7 +7,6 @@ module Cequel
7
7
  # @since 0.1.0
8
8
  class Railtie < Rails::Railtie
9
9
  config.cequel = Record
10
- config.app_generators.orm :cequel
11
10
 
12
11
  def self.app_name
13
12
  Rails.application.railtie_name.sub(/_application$/, '')
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Cequel
3
3
  # The current version of the library
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat Brown
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2014-03-24 00:00:00.000000000 Z
19
+ date: 2014-04-02 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activemodel