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 +4 -4
- data/lib/viewable/railtie.rb +1 -0
- data/lib/viewable/version.rb +1 -1
- data/viewable.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5538532b28818ed4faef4c67aee8fa3a55fea603
|
|
4
|
+
data.tar.gz: 150fd731c35f2ba2f9c68870553c7997bcd9a89c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2db7a2f5c083289471bbd2c0480098d7ae23c65e08559cbce357baa1c094845d6bdf96e2257b8f131044f8967e1e068248fe55e596eca538e05d1f670c31204
|
|
7
|
+
data.tar.gz: 3b13e05846c48384523e7ee533b58734ebb13ea4f287dd2ff1278fbf5ab52142431f478580051eda4d7ad30c91b44a817873eab664b3f251d78aa433f007ce8a
|
data/lib/viewable/railtie.rb
CHANGED
data/lib/viewable/version.rb
CHANGED
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.
|
|
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: {}
|