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 CHANGED
@@ -16,7 +16,7 @@ end
16
16
 
17
17
  Rake::RDocTask.new(:rdoc) do |rdoc|
18
18
  rdoc.rdoc_dir = 'rdoc'
19
- rdoc.title = 'Flutie'
19
+ rdoc.title = 'Mabtie'
20
20
  rdoc.options << '--line-numbers' << '--inline-source'
21
21
  rdoc.rdoc_files.include('README')
22
22
  rdoc.rdoc_files.include('lib/**/*.rb')
@@ -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/flutie", directory)
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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/thoughtbot/flutie
72
+ homepage: http://github.com/mab879/mabtie
71
73
  licenses: []
72
74
 
73
75
  post_install_message: