muck-engine 0.1.14 → 0.1.15
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/VERSION +1 -1
- data/app/helpers/muck_engine_helper.rb +6 -0
- data/muck-engine.gemspec +2 -1
- data/pkg/muck-engine-0.1.14.gem +0 -0
- metadata +2 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.15
|
data/muck-engine.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{muck-engine}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.15"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Justin Ball"]
|
|
@@ -149,6 +149,7 @@ Gem::Specification.new do |s|
|
|
|
149
149
|
"locales/zh.yml",
|
|
150
150
|
"locales/zh.yml",
|
|
151
151
|
"muck-engine.gemspec",
|
|
152
|
+
"pkg/muck-engine-0.1.14.gem",
|
|
152
153
|
"public/images/arrow_down.gif",
|
|
153
154
|
"public/images/arrow_left.gif",
|
|
154
155
|
"public/images/arrow_right.gif",
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -102,6 +102,7 @@ files:
|
|
|
102
102
|
- locales/zh-TW.yml
|
|
103
103
|
- locales/zh.yml
|
|
104
104
|
- muck-engine.gemspec
|
|
105
|
+
- pkg/muck-engine-0.1.14.gem
|
|
105
106
|
- public/images/arrow_down.gif
|
|
106
107
|
- public/images/arrow_left.gif
|
|
107
108
|
- public/images/arrow_right.gif
|