activerecord-mysql-sql-cache 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd23d2756d2744f20bea19fcd7bab8ed9f527e92
4
- data.tar.gz: 122ba41bf13f3eb4f0ab8ec06a6ca078607f585c
3
+ metadata.gz: 7bdf88fd11da5764b08c434fdd9b2d287b35386b
4
+ data.tar.gz: 1a5427d3712c05e06dd0666375e58a8f50ca3733
5
5
  SHA512:
6
- metadata.gz: f607f20d2d13e0fe7e473901e3479b789ebad041dd79a75a46f70433edea3131e70b148154c09d83ed4b5481ca22583a7b52998f5f20f86594fa46c03df63716
7
- data.tar.gz: f6b0fb44bdf2545dfb379f5198cf6c125e7eb34f5e77330f8d847189954ddfdca283a13268842075eabb23b3748c77562711c5fdf91781ebc704d2a988c6a018
6
+ metadata.gz: 37e4cc3ebe24e563b0b0088ba5ee4353c24c16604eebd0200baf0379b6c0398723387c17d92635e20a84409684daf46f92f7860c7cd769cc65af30c534a817b0
7
+ data.tar.gz: 48143e0d7a56b9f7fdaa7d0162add3f178f63f5ff26d2a00ffa109c56e1ad753c063d0531b1e2de2d54e4f3a0dd9997e7050579ff4386f3b509a2d4b2151c5f4
@@ -1,3 +1,6 @@
1
1
  # Change Log
2
+ ## 0.1.1
3
+ - Change gem description
4
+
2
5
  ## 0.1.0
3
6
  - Initial release
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ActiverecordMysqlSqlCache::VERSION
9
9
  spec.authors = ["Issei Naruta"]
10
10
  spec.email = ["naruta@cookpad.com"]
11
- spec.summary = %q{An ActiveRecord extension for enabling SQL\_CACHE and SQL\_NO\_CACHE in MySQL queries}
11
+ spec.summary = %q{An ActiveRecord extension for enabling SQL_CACHE and SQL_NO_CACHE in MySQL queries}
12
12
  spec.homepage = "https://github.com/mirakui/activerecord-mysql-sql-cache"
13
13
  spec.license = "MIT"
14
14
 
@@ -1,3 +1,3 @@
1
1
  module ActiverecordMysqlSqlCache
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-mysql-sql-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Issei Naruta
@@ -179,7 +179,7 @@ rubyforge_project:
179
179
  rubygems_version: 2.4.5
180
180
  signing_key:
181
181
  specification_version: 4
182
- summary: An ActiveRecord extension for enabling SQL\_CACHE and SQL\_NO\_CACHE in MySQL
182
+ summary: An ActiveRecord extension for enabling SQL_CACHE and SQL_NO_CACHE in MySQL
183
183
  queries
184
184
  test_files:
185
185
  - spec/activerecord-mysql-sql-cache_spec.rb