blogpostify 1.0.0 → 1.0.1

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: 9af182d4d709ae1c185aa8d4ecba533667317764
4
- data.tar.gz: 45b18953a7bee41d38042c513382d02f47e3fd95
3
+ metadata.gz: 4a8716c2130ab5e3fbc7636d0e481935f62f6b22
4
+ data.tar.gz: bbfd4f0afb1554b3424eb085885361febe6cc76c
5
5
  SHA512:
6
- metadata.gz: 2070132e49cf7ed728825b513dabb6ad8daa3ef003cb88383b39abe1cb00cf774d3578449c7712115e98ad60e28820a3721fbe90d43bfc30f227476f63f5cec5
7
- data.tar.gz: 96feee3872d01231abfcc8a3e872ffa9db499b2b040359ab3764ade9ec8021c63697bf19bf83d75ca082335fffe68a62d1f5fd179f3e18b0ae7018c28c78336b
6
+ metadata.gz: 7e2f430f148f0df90d72e56ff7c6bfff8f2c98ca2e97479fb54b1c5d8c6b9311da1e7f5ce63d4366879b0ad0fb35a4ad3910f06f493bd5f40e56b405d4dd47db
7
+ data.tar.gz: 96e1d7f0a376ceb17b020fb3b15790382e1fd7e93a77b8b3d178859b4e77ba46d64f0ca4d1b4baece36225ceeb1aee1c58f8ba5717b8e16b193ac88df5e9f906
data/blogpostify.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Dan Wentworth"]
10
10
  spec.email = ["dan@atechmedia.com"]
11
11
  spec.summary = %q{Fetch, cache and display blog posts in your Rails app.}
12
- spec.homepage = "http://darkphnx.com"
12
+ spec.homepage = "https://github.com/darkphnx/Blogpostify"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Blogpostify
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blogpostify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Wentworth
@@ -72,7 +72,7 @@ files:
72
72
  - lib/blogpostify/version.rb
73
73
  - lib/blogpostify/view_helpers.rb
74
74
  - lib/tasks/blogpostify.rake
75
- homepage: http://darkphnx.com
75
+ homepage: https://github.com/darkphnx/Blogpostify
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}