gaku_helpers 0.0.5 → 0.0.6

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bb2eca5835dfde917f1c95763f493a6180964e1c
4
+ data.tar.gz: 8b12ab30b3cec7fd261d05c41880776726952c10
5
+ SHA512:
6
+ metadata.gz: 9fa20891fb5f921379c646e6a6b2af1640d8c2e91814162b3251b9527afd3537c121613cfc3b8f03e93af351aae6ebefc068ee8df0babc406fe0a7eea41e2ae4
7
+ data.tar.gz: 9b552e0376c385c74f554717f0bd7a43ab31873adf8a8b39fc52c90ce39483f7dbb629a748a4e86992d131df6ba38786dafa1b5aefee9e783530dd4c7f0b265b
data/gaku_helpers.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'gaku_helpers'
5
- s.version = '0.0.5'
5
+ s.version = '0.0.6'
6
6
  s.summary = 'Gaku View Helpers'
7
7
  s.description = ''
8
8
  s.required_ruby_version = '>= 1.8.7'
@@ -196,7 +196,8 @@ module GakuHelpers
196
196
  def link_to_modal_cancel(options = {})
197
197
  name = t(:'gaku_helpers.cancel')
198
198
  attributes = {
199
- :class => "span6 btn btn-warning cancel-link"
199
+ :class => "span6 btn btn-warning modal-cancel-link",
200
+ :'data-dismiss' => "modal"
200
201
  }.merge(options)
201
202
  link_to name, '#', attributes
202
203
  end
metadata CHANGED
@@ -1,32 +1,21 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: gaku_helpers
3
- version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 5
10
- version: 0.0.5
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.6
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Vassil Kalkov
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2013-04-30 00:00:00 Z
11
+ date: 2013-09-09 00:00:00.000000000 Z
19
12
  dependencies: []
20
-
21
- description: ""
13
+ description: ''
22
14
  email: vassilkalkov@gmail.com
23
15
  executables: []
24
-
25
16
  extensions: []
26
-
27
17
  extra_rdoc_files: []
28
-
29
- files:
18
+ files:
30
19
  - .gitignore
31
20
  - README.md
32
21
  - gaku_helpers.gemspec
@@ -41,38 +30,27 @@ files:
41
30
  - locales/ja.yml
42
31
  homepage: http://kalkov.github.io
43
32
  licenses: []
44
-
33
+ metadata: {}
45
34
  post_install_message:
46
35
  rdoc_options: []
47
-
48
- require_paths:
36
+ require_paths:
49
37
  - lib
50
- required_ruby_version: !ruby/object:Gem::Requirement
51
- none: false
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- hash: 57
56
- segments:
57
- - 1
58
- - 8
59
- - 7
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
60
42
  version: 1.8.7
61
- required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 3
67
- segments:
68
- - 0
69
- version: "0"
70
- requirements:
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements:
71
49
  - none
72
50
  rubyforge_project:
73
- rubygems_version: 1.8.15
51
+ rubygems_version: 2.0.6
74
52
  signing_key:
75
- specification_version: 3
53
+ specification_version: 4
76
54
  summary: Gaku View Helpers
77
55
  test_files: []
78
-
56
+ has_rdoc: