tire 0.3.0 → 0.3.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.
- data/lib/tire/version.rb +2 -2
- metadata +4 -4
data/lib/tire/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Tire
|
|
2
|
-
VERSION = "0.3.
|
|
2
|
+
VERSION = "0.3.1"
|
|
3
3
|
|
|
4
4
|
CHANGELOG =<<-END
|
|
5
5
|
IMPORTANT CHANGES LATELY:
|
|
@@ -18,7 +18,7 @@ module Tire
|
|
|
18
18
|
# Fixed errors when importing data with will_paginate vs Kaminari (MongoDB)
|
|
19
19
|
# Added support for histogram facets [Paco Guzman]
|
|
20
20
|
|
|
21
|
-
0.
|
|
21
|
+
0.3.0
|
|
22
22
|
---------------------------------------------------------
|
|
23
23
|
# Isolated Tire ActiveModel integration into `tire` class and instance method.
|
|
24
24
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.3.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Karel Minarik
|
|
@@ -331,14 +331,14 @@ post_install_message: |
|
|
|
331
331
|
# Fixed errors when importing data with will_paginate vs Kaminari (MongoDB)
|
|
332
332
|
# Added support for histogram facets [Paco Guzman]
|
|
333
333
|
|
|
334
|
-
0.
|
|
334
|
+
0.3.0
|
|
335
335
|
---------------------------------------------------------
|
|
336
336
|
# Isolated Tire ActiveModel integration into `tire` class and instance method.
|
|
337
337
|
|
|
338
338
|
When there's no conflict with existing methods, Tire methods are added
|
|
339
339
|
to the class namespace, as well, so the change is 100% backwards-compatible.
|
|
340
340
|
|
|
341
|
-
See the full changelog at <http://github.com/karmi/tire/commits/v0.3.
|
|
341
|
+
See the full changelog at <http://github.com/karmi/tire/commits/v0.3.1>.
|
|
342
342
|
|
|
343
343
|
--------------------------------------------------------------------------------
|
|
344
344
|
|