famfamfam_icons-silk 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,23 @@
1
+ Redistribution and use in source and binary forms, with or without modification,
2
+ are permitted provided that the following conditions are met:
3
+
4
+ * Redistributions of source code must retain the above copyright notice,
5
+ this list of conditions and the following disclaimer.
6
+ * Redistributions in binary form must reproduce the above copyright notice,
7
+ this list of conditions and the following disclaimer in the documentation
8
+ and/or other materials provided with the distribution.
9
+ * Neither the name of the Rails Dog LLC nor the names of its
10
+ contributors may be used to endorse or promote products derived from this
11
+ software without specific prior written permission.
12
+
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
14
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
16
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
17
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
19
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
21
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
22
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md ADDED
@@ -0,0 +1,21 @@
1
+ FAMFAMFAM_ICONS Gem based Silk icon set 1.3
2
+ ===========================================
3
+
4
+ this gem was bundled by fcn.interactive
5
+
6
+
7
+ Mark James
8
+ http://www.famfamfam.com/lab/icons/silk/
9
+
10
+ This work is licensed under a Creative Commons Attribution 2.5 License.
11
+ [ http://creativecommons.org/licenses/by/2.5/ ]
12
+
13
+ This means you may use it for any purpose, and make any changes you like.
14
+ All I ask is that you include a link back to this page in your credits.
15
+
16
+ Are you using this icon set? Send me an email (including a link or picture if available) to
17
+ mjames@gmail.com
18
+
19
+ Any other questions about this icon set please contact mjames@gmail.com
20
+
21
+ Copyright (c) 2010 fcn.interactive
@@ -0,0 +1,11 @@
1
+ require 'spree_core'
2
+ require 'berlin_cms_hooks'
3
+ require 'berlin'
4
+
5
+ module FamfamfamIcons
6
+ class Engine < Rails::Engine
7
+
8
+ config.autoload_paths += %W(#{config.root}/lib)
9
+
10
+ end
11
+ end
@@ -0,0 +1,17 @@
1
+ namespace :icons_silk do
2
+ desc "Copies all assets (NOTE: This will be obsolete with Rails 3.1)"
3
+ task :install do
4
+ Rake::Task['icons_silk:install:assets'].invoke
5
+ end
6
+
7
+ namespace :install do
8
+ desc "Copies all assets (NOTE: This will be obsolete with Rails 3.1)"
9
+ task :assets do
10
+ source = File.join(File.dirname(__FILE__), '..', '..', 'public')
11
+ destination = File.join(Rails.root, 'public')
12
+ puts "INFO: Mirroring assets from #{source} to #{destination}"
13
+ Spree::FileUtilz.mirror_files(source, destination)
14
+ end
15
+ end
16
+
17
+ end
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: famfamfam_icons-silk
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - fcn.interactive
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-11-23 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: gem of huge collection (>=1k) of icons of Mark James (www.famfamfam.com)
23
+ email: hello@fcn.nu
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - README.md
32
+ - LICENSE
33
+ - lib/famfamfam_icons-silk.rb
34
+ - lib/tasks/install.rake
35
+ has_rdoc: true
36
+ homepage: http://www.berlincommerce.com
37
+ licenses: []
38
+
39
+ post_install_message:
40
+ rdoc_options: []
41
+
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ hash: 57
50
+ segments:
51
+ - 1
52
+ - 8
53
+ - 7
54
+ version: 1.8.7
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ hash: 3
61
+ segments:
62
+ - 0
63
+ version: "0"
64
+ requirements:
65
+ - none
66
+ rubyforge_project:
67
+ rubygems_version: 1.3.7
68
+ signing_key:
69
+ specification_version: 3
70
+ summary: "famfamfam icon-set: silk"
71
+ test_files: []
72
+