bookyt_projects 1.1.1 → 1.1.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: 6b0d611db981b89fba2ea89f1fac37f03749f133
4
- data.tar.gz: 46ff961c0744f91c6b29d6d8101810fe07349cfc
3
+ metadata.gz: 84c5dc8edc34c2b1c3aaf82c5b7b5a1722d52430
4
+ data.tar.gz: d2da2e0935afee9b372999fabf0c6dfb2be7f8aa
5
5
  SHA512:
6
- metadata.gz: 2b66302b4318f4cfe6e0a1d81c4c302ca13695caf33a6e9737058d18a82472b2271a304d1d53eaaeefe2eb305a1104e18efa67d5e10da0c142d5b5603271ee98
7
- data.tar.gz: c485368c16da9e547c0442c9f136d37b73d283bd06a09528a1dd354994aefd218c2acd5ad58fdf9d9616d206f79116a434adfa95052473eccac2e58ad83f2b52
6
+ metadata.gz: 4a4e2f86976c4a420ae8ed06c113aa9b228fe03fe781a07064f7d0487e8955403fd641345346ca2b731c0cf1a67c72e57992fcf165cf881b6be462e9db1d99ec
7
+ data.tar.gz: ad79463fc689e75e66b00ebc6f80a6582f580b27dd153dd5566b64e3c2a320c3c481c5da85231ffa7edb0c6c7c9a97a9cb4aaae87ab0aa34c6373f3c6db2090f
@@ -4,7 +4,7 @@ module BookytProjects
4
4
  navigation.item :projects, t('bookyt.main_navigation.projects'), '#', :if => Proc.new { user_signed_in? } do |projects|
5
5
  projects.item :project_index, t_title(:index, Project), projects_path, :highlights_on => /\/(projects|activities)($|\/[0-9]*($|\/.*))/
6
6
  projects.item :new_project, t_title(:new, Project), new_project_path
7
- projects.item :divider, "", :class => 'divider'
7
+ projects.item :divider, "", '#', :html => {:class => 'divider' }
8
8
  projects.item :activities, t_title(:index, Activity), activities_path
9
9
  projects.item :capture_hours, t('activities.new.title'), new_batch_activity_path
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Simecek (CyT)
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-26 00:00:00.000000000 Z
12
+ date: 2016-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -164,8 +164,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.2.2
167
+ rubygems_version: 2.4.5
168
168
  signing_key:
169
169
  specification_version: 3
170
170
  summary: Project management plugin for bookyt
171
171
  test_files: []
172
+ has_rdoc: