mathcha 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.5
1
+ 0.5.6
@@ -54,8 +54,8 @@ module Mathcha
54
54
  end
55
55
 
56
56
  html = ''
57
- html << %{#{eq_slick.titlecase} = <input type="text" name="solv" />\n}
58
- html << %{<input type="hidden" name="solv_key" value="#{solv_key}" #{html_options} />\n}
57
+ html << %{#{eq_slick.titlecase} = <input type="text" name="solv" #{html_options} />\n}
58
+ html << %{<input type="hidden" name="solv_key" value="#{solv_key}" />\n}
59
59
  html
60
60
  end
61
61
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mathcha}
8
- s.version = "0.5.5"
8
+ s.version = "0.5.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cory Wilkerson"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "lib/mathcha/mathcha_helper.rb",
26
26
  "lib/mathcha/mathcha_verify.rb",
27
27
  "mathcha.gemspec",
28
+ "pkg/mathcha-0.5.5.gem",
28
29
  "rails/init.rb",
29
30
  "tasks/mathcha_tasks.rake",
30
31
  "test/mathcha_test.rb",
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Wilkerson
@@ -40,6 +40,7 @@ files:
40
40
  - lib/mathcha/mathcha_helper.rb
41
41
  - lib/mathcha/mathcha_verify.rb
42
42
  - mathcha.gemspec
43
+ - pkg/mathcha-0.5.5.gem
43
44
  - rails/init.rb
44
45
  - tasks/mathcha_tasks.rake
45
46
  - test/mathcha_test.rb