viewable 0.5.11 → 0.5.12

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: e34bb58c8ec943faab5afd5064fac1ae2030fa13
4
- data.tar.gz: 8d4fc29e1d93cb891f5c06616612bb952799f3a8
3
+ metadata.gz: a94f63adc644e9918b2d24c5aa06282f18548121
4
+ data.tar.gz: 4f9a4a96d1fe8175da9cb25f93be5e7bc2e66e6e
5
5
  SHA512:
6
- metadata.gz: 7922d4bee619d26c01ee6965d5aac016ce3317ff5f77b792bdbafb149ad1bb239f2f55b3d317e00dd2f4f0778a5a2e0aab8e94a0fb7678faa8ad30be4cd1df58
7
- data.tar.gz: 522675081dbc31a2118a899526fa12aa9412b2dca0bc389c38ace630de4461577101623a8a2a65ed5af08da98f9691eeded909226cbb336214a8b700c9eb9750
6
+ metadata.gz: 695eef31da6711da2534a1f4e56b728e03bd0ade73cb32d0e89ff45c3ecac6f69e75f0db1721404c004de7aa9b7e346ba1d02c2f77022f45349e89c9aeac873a
7
+ data.tar.gz: 69534e62fa5c8abb1090d98631bf2af6650accce304152b40d96ccb9b7e95d9887243b3d92ebc13742a0ef223fa6b120ffb7152a7983212e3825045f32b4b588
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  Viewable works with Rails 4.0. Add this line to your Gemfile:
13
13
 
14
- gem 'viewable', '~> 0.5.11'
14
+ gem 'viewable', '~> 0.5.12'
15
15
 
16
16
  Then execute:
17
17
 
@@ -7,6 +7,6 @@
7
7
  <%%= link_to "Delete", <%=viewable_views_name.singularize%>_path(<%=viewable_views_name.singularize%>), data: { confirm: 'Are you sure?' }, method: :delete %>
8
8
  <%%= link_to "Edit", edit_<%=viewable_views_name.singularize%>_path(<%=viewable_views_name.singularize%>) %>
9
9
  <%%= link_to "Add viewing", new_<%=viewable_views_name.singularize%>_viewing_path(<%=viewable_views_name.singularize%>) %>
10
- <%%= link_to "New", new_<%=viewable_views_name.singularize%>_path(@<%=viewable_views_name.singularize%>) %>
11
10
  </div>
12
11
  <%% end %>
12
+ <%%= link_to "New", new_<%=viewable_views_name.singularize%>_path(@<%=viewable_views_name.singularize%>) %>
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.11'
8
+ s.version = '0.5.12'
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. }
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.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Cox