tenon 2.0.6 → 2.0.7

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: 0f43bcb68441d9759c986323d174fccc338534d7
4
- data.tar.gz: b852a4de17ffa0e9160722853b2673c63e5585ae
3
+ metadata.gz: 1794a28f3e6ec799017f8db0486b6f059bf69365
4
+ data.tar.gz: 2dd368804f73abd56912e1d43520a796e2be24ff
5
5
  SHA512:
6
- metadata.gz: 0238ff08f59f53ed9634ac6e1698e309ded3e27060b28c261fa84c76ffeeaa00b0cff004806936baf7b37b7101a406a9588f2e1806256905c15033ca30ceb449
7
- data.tar.gz: e7955074c18e82cf6cd14d23109dd80af87453d56f2d20ab479701824a10927c5f4c823519f1ef265b5371b6db2e485483dc75fcccae7d326dec7083f02ac96e
6
+ metadata.gz: b48cbe04dee4931135250237b19405709459ab386b20ed0c4359bd234daa8c350c1412656d3ecd44d532f31e0a1168dd195aafdd2572e6ba9b2d18bfc9205952
7
+ data.tar.gz: a74b825d9c66333c1c291271c1e7268b8435e450cf0ae70200edf0f53f2f53a99ce9bc615d074b91374890925464e58f94be78bf1687e4400f18fdd43ae9372e
@@ -99,7 +99,7 @@ module Tenon
99
99
  def add_menu_item
100
100
  case behavior
101
101
  when :invoke
102
- say 'Add the following line to app/views/tenon/shared/_main_nav.html.haml:'
102
+ say 'You can add the following line to app/views/tenon/shared/_main_nav.html.haml:'
103
103
  say " = nav_item '#{class_name.pluralize.titleize}', #{plural_name}_path, 'star'"
104
104
  when :revoke
105
105
  say %(Don't forget to remove the nav_item entry from app/views/tenon/shared/_main_nav.html.haml)
@@ -1,4 +1,4 @@
1
- = react_component 'ResourceIndexRoot',
1
+ = react_component 'Tenon.RI.Root',
2
2
  title: '<%= plural_name.titleize %>',
3
3
  breadcrumbs: breadcrumb_links,
4
4
  recordsPath: <%= plural_name %>_path(format: 'json'),
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '2.0.6'
2
+ VERSION = '2.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative