blogpostify 1.1.2 → 1.1.3

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: 078d25ca346570f238908c02417e769c4b7fc4d0
4
- data.tar.gz: e76f2de9a4eea7f2f42ccb5789288e54a970c5fa
3
+ metadata.gz: e61a969b74553c4c6022f1ca29eafa6474ec845f
4
+ data.tar.gz: d8e7ddc86a553081d4c796377141cbaaf03566dc
5
5
  SHA512:
6
- metadata.gz: 9644c3678b08d65d0a5fcba94ac859dde014a27e6369ff861d15e2044daf78849f7785e1464853bd2e5b1dc8f2acd322540447552529562f03f5ed428f947ded
7
- data.tar.gz: 8c65bdf0b5f75083232957ba1614a169cd9de7c3be570bd34600b6d84522fb6ab317471e278e4e88e2f835a4acc10e1f4cfd0cad2f68d1879f74b3dac4e455b1
6
+ metadata.gz: 2e4f7892bdcd4ee796ca0a34fa40d09449fd8f351d276f752fd54288406c769451941dbf2ff9477c4fa7b6a76261d260f98b7c616de821a81ec345677ae54fd8
7
+ data.tar.gz: 84fe9781110274304ea7c59214c7cbe66633787143fdbba9b7e0cc0c318024dd4cf4907054a2b72a6ab2c315d36c3bd2d6382e754b347b08177b86ea143626f3
@@ -3,7 +3,7 @@ module Blogpostify
3
3
 
4
4
  self.table_name = 'blogpostify_posts'
5
5
 
6
- scope :asc, -> { order(published_at: :desc) }
6
+ scope :asc, -> { order("published_at DESC") }
7
7
 
8
8
  validates :guid, :uniqueness => { :scope => :blog_id }
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Blogpostify
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blogpostify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Wentworth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-13 00:00:00.000000000 Z
11
+ date: 2015-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler