viewable 0.5.1 → 0.5.2

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: c29399504bbe2b3111babd7b5a99fa5a610b1488
4
- data.tar.gz: c6e0224647c320d8f72ed6fd56c4444d3944303c
3
+ metadata.gz: 5538532b28818ed4faef4c67aee8fa3a55fea603
4
+ data.tar.gz: 150fd731c35f2ba2f9c68870553c7997bcd9a89c
5
5
  SHA512:
6
- metadata.gz: eca47f437a96ff7c656dbaf1d102696204df675e287b97482285ee054ecc6ce1fc846ae4828ce8da8b78ae890f66f2f57a51282996d2ad7ff5caa417544d4882
7
- data.tar.gz: cfacdce5f393868fb69ce6d513e48e845135a56e6f835b799b3b2e457129f43c4875983424c5b8049def8ef304ead254fb06f016ca8a9c163621bb7f39b36c52
6
+ metadata.gz: f2db7a2f5c083289471bbd2c0480098d7ae23c65e08559cbce357baa1c094845d6bdf96e2257b8f131044f8967e1e068248fe55e596eca538e05d1f670c31204
7
+ data.tar.gz: 3b13e05846c48384523e7ee533b58734ebb13ea4f287dd2ff1278fbf5ab52142431f478580051eda4d7ad30c91b44a817873eab664b3f251d78aa433f007ce8a
@@ -5,3 +5,4 @@ module Viewable
5
5
  require "generators/viewable/install_generator"
6
6
  end
7
7
  end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module Viewable
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
data/viewable.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = %q{Viewable is a Rails 4.0 gem that enables you to add resource viewing functionality to your Rails application. A resource can be anything that is viewable e.g. function room, conference hall. }
13
13
  s.authors = ["Tom Cox", "crmis"]
14
14
  s.email = 'tom.jcox@icloud.com'
15
- s.homepage = 'https://github.com/crmis/viewable'
15
+ s.homepage = 'https://github.com/crmis/viewable-gem'
16
16
 
17
17
  # file settings
18
18
  s.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viewable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Cox
@@ -117,7 +117,7 @@ files:
117
117
  - lib/viewable/version.rb
118
118
  - lib/viewable/viewable.rb
119
119
  - viewable.gemspec
120
- homepage: https://github.com/crmis/viewable
120
+ homepage: https://github.com/crmis/viewable-gem
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}