useful_helpers 0.0.1 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ # coding: utf-8
2
+ module CkeditorHelper
3
+ def ckeditor
4
+ content_for :javascripts do
5
+ javascript_include_tag("ckeditor/init")
6
+ end
7
+
8
+ content_for :stylesheets do
9
+ stylesheet_link_tag("ckeditor")
10
+ end
11
+ end
12
+ end
File without changes
@@ -1,3 +1,3 @@
1
1
  module UsefulHelpers
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useful_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-05 00:00:00.000000000 Z
12
+ date: 2013-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -77,8 +77,10 @@ files:
77
77
  - lib/useful_helpers/engine.rb
78
78
  - lib/useful_helpers/helpers.rb
79
79
  - lib/useful_helpers/helpers/browser_helper.rb
80
+ - lib/useful_helpers/helpers/ckeditor_helper.rb
80
81
  - lib/useful_helpers/helpers/date_time_helper.rb
81
82
  - lib/useful_helpers/helpers/formtastic_helper.rb
83
+ - lib/useful_helpers/helpers/moveable_helper.rb
82
84
  - lib/useful_helpers/helpers/paginate_helper.rb
83
85
  - lib/useful_helpers/helpers/seo_helper.rb
84
86
  - lib/useful_helpers/helpers/url_helper.rb
@@ -105,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
107
  version: '0'
106
108
  requirements: []
107
109
  rubyforge_project:
108
- rubygems_version: 1.8.23
110
+ rubygems_version: 1.8.19
109
111
  signing_key:
110
112
  specification_version: 3
111
113
  summary: Useful helpers methods for Good Rails App