viewable 0.5.15 → 0.5.16
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/README.md +1 -1
- data/viewable.gemspec +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d615b58403c303d5ca8bd4be42698bb9973fc2a
|
|
4
|
+
data.tar.gz: b7ab8e4282ae473cf4077f31c05ef0d1fd8cad12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 342619e0c26e9e8d354393af14a894719e3e45b0590c8e3193bb13b55ed39f1c72e3edfd9612640fe4362bf101f876e206fbd25cef09d4a5734a95d6d520e4a7
|
|
7
|
+
data.tar.gz: fb05debe2258dbb29103facc141b3bb78f96dc95124659490be47e8ca45e2c3db6b78d97fda971fa58210a519f57718e6a5e8a5640c4d0e0cfceecafe1744e53
|
data/README.md
CHANGED
data/viewable.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
# metadata
|
|
7
7
|
s.name = 'viewable'
|
|
8
|
-
s.version = '0.5.
|
|
8
|
+
s.version = '0.5.16'
|
|
9
9
|
s.licenses = ['MIT']
|
|
10
10
|
s.summary = %q{a viewings calendar gem for rails 4.0}
|
|
11
11
|
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. }
|
|
@@ -15,7 +15,8 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
|
|
16
16
|
# file settings
|
|
17
17
|
# This gem will work with 1.9.5 or greater...
|
|
18
|
-
|
|
18
|
+
# This is not ideal.
|
|
19
|
+
s.required_ruby_version = '>= 1.9.3'
|
|
19
20
|
s.files = `git ls-files`.split($/)
|
|
20
21
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
21
22
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
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.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Cox
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-03-
|
|
12
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -145,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
requirements:
|
|
146
146
|
- - ">="
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: 1.9.
|
|
148
|
+
version: 1.9.3
|
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
151
|
- - ">="
|