muck-engine 3.0.7 → 3.0.8
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.8
|
data/muck-engine.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{muck-engine}
|
8
|
-
s.version = "3.0.
|
8
|
+
s.version = "3.0.8"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
12
|
-
s.date = %q{2010-11-
|
12
|
+
s.date = %q{2010-11-02}
|
13
13
|
s.description = %q{The base engine for the muck system. Contains common tables, custom for, css and javascript.}
|
14
14
|
s.email = %q{justin@tatemae.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -628,7 +628,7 @@ Gem::Specification.new do |s|
|
|
628
628
|
"public/stylesheets/flick/images/ui-icons_ff0084_256x240.png",
|
629
629
|
"public/stylesheets/flick/images/ui-icons_ffffff_256x240.png",
|
630
630
|
"public/stylesheets/flick/jquery-ui-1.8.1.custom.css",
|
631
|
-
"public/stylesheets/jquery.autocomplete.css",
|
631
|
+
"public/stylesheets/jquery/jquery.autocomplete.css",
|
632
632
|
"public/stylesheets/jquery/jquery.fancybox.css",
|
633
633
|
"public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png",
|
634
634
|
"public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png",
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: muck-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 8
|
10
|
+
version: 3.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Ball
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-11-
|
19
|
+
date: 2010-11-02 00:00:00 -06:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -900,7 +900,7 @@ files:
|
|
900
900
|
- public/stylesheets/flick/images/ui-icons_ff0084_256x240.png
|
901
901
|
- public/stylesheets/flick/images/ui-icons_ffffff_256x240.png
|
902
902
|
- public/stylesheets/flick/jquery-ui-1.8.1.custom.css
|
903
|
-
- public/stylesheets/jquery.autocomplete.css
|
903
|
+
- public/stylesheets/jquery/jquery.autocomplete.css
|
904
904
|
- public/stylesheets/jquery/jquery.fancybox.css
|
905
905
|
- public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
906
906
|
- public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
|