mabtie 0.0.1 → 0.0.2
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/Rakefile +1 -1
- data/lib/tasks/flutie.rake +3 -1
- data/public/images/button.png +0 -0
- data/public/images/select_arrow.gif +0 -0
- metadata +6 -4
data/Rakefile
CHANGED
data/lib/tasks/flutie.rake
CHANGED
|
@@ -12,6 +12,8 @@ namespace :flutie do
|
|
|
12
12
|
desc 'install flutie stylesheets into public/ directory'
|
|
13
13
|
task :install => :environment do
|
|
14
14
|
# Copy the flutie stylesheets into rails_root/public/flutie
|
|
15
|
-
copy_files("../../public/stylesheets", "/public/
|
|
15
|
+
copy_files("../../public/stylesheets", "/public/mabtie", directory)
|
|
16
|
+
# Copy the images
|
|
17
|
+
copy_files("../../public/images", "/public/images")
|
|
16
18
|
end
|
|
17
19
|
end
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mabtie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chad Pytel
|
|
@@ -66,8 +66,10 @@ files:
|
|
|
66
66
|
- public/stylesheets/sass/_forms.scss
|
|
67
67
|
- public/stylesheets/sass/flutie.scss
|
|
68
68
|
- public/stylesheets/flutie.css
|
|
69
|
+
- public/images/select_arrow.gif
|
|
70
|
+
- public/images/button.png
|
|
69
71
|
has_rdoc: true
|
|
70
|
-
homepage: http://github.com/
|
|
72
|
+
homepage: http://github.com/mab879/mabtie
|
|
71
73
|
licenses: []
|
|
72
74
|
|
|
73
75
|
post_install_message:
|