refinerycms-brushart_logo 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.
data/lib/gemspec.rb CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.date = %q{#{Time.now.strftime('%Y-%m-%d')}}
12
12
  s.summary = %q{Brushart Logo engine for Refinery CMS.}
13
13
  s.email = %q{jacob@envylabs.com}
14
- s.homepage = %q{http://envylabs.com}
14
+ s.homepage = %q{https://github.com/envylabs/refinerycms-brushart_logo}
15
15
  s.authors = %w(Jacob\\ Swanner)
16
16
  s.require_paths = %w(lib)
17
17
  s.files = Dir['lib/**/*', 'app/**/*', 'public/**/*']
@@ -3,7 +3,7 @@ require 'refinery'
3
3
  module Refinery
4
4
  module BrushartLogo
5
5
  def self.version
6
- %{0.1.0}
6
+ %{0.1.1}
7
7
  end
8
8
 
9
9
  if defined?(Rails)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-brushart_logo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jacob Swanner
@@ -35,7 +35,7 @@ files:
35
35
  - public/images/refinery/ba-cms.png
36
36
  - public/stylesheets/refinery/custom.css
37
37
  has_rdoc: true
38
- homepage: http://envylabs.com
38
+ homepage: https://github.com/envylabs/refinerycms-brushart_logo
39
39
  licenses: []
40
40
 
41
41
  post_install_message: