wysia 0.0.2 → 0.0.3

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.
data/lib/wysia/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wysia
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,7 +8,7 @@ module Wysia
8
8
  size = "" if options[:size].nil?
9
9
  options.delete(:size) if options[:size].present?
10
10
  text_area_id = options[:id] || "#{object_name}_#{method}"
11
- p options.inspect
11
+
12
12
  content = <<HTML
13
13
  <div id="#{text_area_id}_wysihtml5-toolbar" class="btn-toolbar">
14
14
  <div class="btn-group">
data/wysia.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["jeradus@gmail.com"]
7
7
  gem.description = "wysihtml5 editor with font awesome"
8
8
  gem.summary = "wysihtml5 editor with font awesome"
9
- gem.homepage = "https://github.com/jeradus/wysia"
9
+ gem.homepage = "https://github.com/jhny/wysia"
10
10
  gem.files = `git ls-files`.split($\)
11
11
 
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2012-10-01 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
17
- requirement: &70317713966440 !ruby/object:Gem::Requirement
17
+ requirement: &70157646553140 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '3.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70317713966440
25
+ version_requirements: *70157646553140
26
26
  description: wysihtml5 editor with font awesome
27
27
  email:
28
28
  - jeradus@gmail.com
@@ -54,7 +54,7 @@ files:
54
54
  - vendor/assets/stylesheets/wysiwyg/_variables.scss
55
55
  - vendor/assets/stylesheets/wysiwyg/stylesheet.css.scss
56
56
  - wysia.gemspec
57
- homepage: https://github.com/jeradus/wysia
57
+ homepage: https://github.com/jhny/wysia
58
58
  licenses: []
59
59
  post_install_message:
60
60
  rdoc_options: []