Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Add version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 18, 2015
1 parent c7a98b4 commit 9a6745e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arel-mysql-index-hint.gemspec
@@ -1,7 +1,11 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'arel-mysql-index-hint/version'

Gem::Specification.new do |spec|
spec.name = "arel-mysql-index-hint"
spec.version = "0.1.3"
spec.version = ArelMysqlIndexHint::VERSION
spec.authors = ["Genki Sugawara"]
spec.email = ["sgwr_dts@yahoo.co.jp"]
spec.summary = %q{Add index hint to MySQL query in Arel.}
Expand Down
1 change: 1 addition & 0 deletions lib/arel-mysql-index-hint.rb
@@ -1,4 +1,5 @@
require "active_support"
require "arel-mysql-index-hint/version"

ActiveSupport.on_load :active_record do
require "arel-mysql-index-hint/active_record-hint_methods"
Expand Down
3 changes: 3 additions & 0 deletions lib/arel-mysql-index-hint/version.rb
@@ -0,0 +1,3 @@
module ArelMysqlIndexHint
VERSION = '0.1.4'
end

0 comments on commit 9a6745e

Please sign in to comment.