active-record-forcible-index 0.0.3 → 0.0.4

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: b4aec42ce90261576578f90c59e7ac5d9d508381
4
- data.tar.gz: 0d52453267bac306e366b3a500be9d5f1a487457
3
+ metadata.gz: ee05c12a7788e6752dd4e4242f86c88774c5f836
4
+ data.tar.gz: 359e112378dcf20f99c2426ebfff95a2ca52a571
5
5
  SHA512:
6
- metadata.gz: cef9124b57e2d9fe9c6950957dc29b8f8513f5c32164073a20287bb45fc0fe876a2ed9d759b647fa35b8012c9782f0a6446e728245b4db9c50a96f513b8dca15
7
- data.tar.gz: de587686eecc189912c09c95bb4f82767d3e4b4bb6eb1154e059e828b9641564933a293d433dbb3398b776b1cdee6dffb4880f7dbf2a4f232352a4628ed9968e
6
+ metadata.gz: 4d6629a87594e576c045de58f70554a7fc261502a52ec9070ad8e9002be386c794c2a3bd1d3f31b29fd2e99672175762a48f876c880036f44942564941b91b18
7
+ data.tar.gz: a75a8791f70bbb5c46d6fc0d009e84ac7bc6192a5f271559078d0bacf1567e2bfff3f4c226b2fda98e0aed3541545021e84a70550604cd23dd2221d02627bc9d
@@ -1,3 +1,7 @@
1
+ ## v0.0.4
2
+
3
+ * Hot fix Travis
4
+
1
5
  ## v0.0.3
2
6
 
3
7
  * Refactor and added support for Travis
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active-record-forcible-index (0.0.3)
4
+ active-record-forcible-index (0.0.4)
5
5
  activerecord (~> 4.0)
6
6
  bundler (~> 1.3)
7
7
 
@@ -1,15 +1,9 @@
1
- # encoding: utf-8
2
1
  lib = File.expand_path('../lib', __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- begin
5
- require 'active_record_forcible_index'
6
- rescue
7
- #
8
- end
9
3
 
10
4
  Gem::Specification.new do |spec|
11
5
  spec.name = "active-record-forcible-index"
12
- spec.version = "0.0.3"
6
+ spec.version = "0.0.4"
13
7
  spec.authors = ["Catalin Ilinca", "Alexandru Emil Lupu"]
14
8
  spec.email = ["c@talin.ro", "contact@alecslupu.ro"]
15
9
  spec.description = %q{ActiveRecord extension that gives USE and FORCE index to any ActiveRecord Model.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-record-forcible-index
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catalin Ilinca