bootstrap-wysiwyg-rails 0.2.2 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
  [wysihtml5]: https://github.com/xing/wysihtml5
7
7
  [twitter-bootstrap]: http://twitter.github.com/bootstrap
8
8
 
9
+ For customizing and more - look at js repo
10
+
9
11
  ## Installation
10
12
 
11
13
  Add this line to your application's Gemfile:
@@ -0,0 +1,8 @@
1
+ require "bootstrap-wysiwyg-rails/version"
2
+
3
+ module BootstrapWysiwygRails
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,3 @@
1
+ module BootstrapWysiwygRails
2
+ VERSION = "0.3.1"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysiwyg-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -98,8 +98,8 @@ executables: []
98
98
  extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
- - lib/bootstrap/wysiwyg/version.rb
102
- - lib/bootstrap/wysiwyg.rb
101
+ - lib/bootstrap-wysiwyg-rails/version.rb
102
+ - lib/bootstrap-wysiwyg-rails.rb
103
103
  - vendor/assets/javascripts/bootstrap-wysiwyg.js
104
104
  - LICENSE.txt
105
105
  - Rakefile
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
118
  segments:
119
119
  - 0
120
120
  version: '0'
121
- hash: 727608947198768663
121
+ hash: -239413443660788024
122
122
  none: false
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  requirements:
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  segments:
128
128
  - 0
129
129
  version: '0'
130
- hash: 727608947198768663
130
+ hash: -239413443660788024
131
131
  none: false
132
132
  requirements: []
133
133
  rubyforge_project:
@@ -1,10 +0,0 @@
1
- require "bootstrap/wysiwyg/version"
2
-
3
- module Bootstrap
4
- module Wysiwyg
5
- module Rails
6
- class Engine < ::Rails::Engine
7
- end
8
- end
9
- end
10
- end
@@ -1,5 +0,0 @@
1
- module Bootstrap
2
- module Wysiwyg
3
- VERSION = "0.2.2"
4
- end
5
- end