forked from kristianmandrup/masonry-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
masonry-rails.gemspec
130 lines (125 loc) · 5.35 KB
/
masonry-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "masonry-rails"
s.version = "0.1.8"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
s.date = "2012-09-17"
s.description = "Masonry will rock your world!"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"Masonry.mdown",
"README.md",
"Rakefile",
"VERSION",
"_config.yml",
"lib/masonry-rails.rb",
"masonry-rails.gemspec",
"minify.sh",
"spec/_layouts/default.html",
"spec/_posts/demos/2011-05-01-basic-single-column.html",
"spec/_posts/demos/2011-05-02-basic-multi-column.html",
"spec/_posts/demos/2011-05-03-images.html",
"spec/_posts/demos/2011-05-04-tumblelog.html",
"spec/_posts/demos/2011-05-05-animating-jquery.html",
"spec/_posts/demos/2011-05-06-animating-css-transitions.html",
"spec/_posts/demos/2011-05-07-animating-modernizr.html",
"spec/_posts/demos/2011-05-08-adding-items.html",
"spec/_posts/demos/2011-05-09-infinite-scroll.html",
"spec/_posts/demos/2011-05-10-gutters.html",
"spec/_posts/demos/2011-05-11-right-to-left.html",
"spec/_posts/demos/2011-05-17-centered.html",
"spec/_posts/demos/2011-07-26-fluid.html",
"spec/_posts/demos/2011-10-07-corner-stamp.html",
"spec/_posts/docs/2011-05-01-intro.mdown",
"spec/_posts/docs/2011-05-02-options.mdown",
"spec/_posts/docs/2011-05-03-methods.mdown",
"spec/_posts/docs/2011-05-04-animating.mdown",
"spec/_posts/docs/2011-05-30-help.mdown",
"spec/_posts/pages/2011-05-02-2.html",
"spec/_posts/pages/2011-05-03-3.html",
"spec/_posts/pages/2011-05-04-4.html",
"spec/_posts/pages/2011-05-05-5.html",
"spec/_posts/tests/2011-01-01-index.html",
"spec/_posts/tests/2011-05-14-lots-of-bricks.html",
"spec/_posts/tests/2011-05-17-dual.html",
"spec/_posts/tests/2011-05-18-first-child-no-width.html",
"spec/_posts/tests/2011-05-19-empty.html",
"spec/_posts/tests/2011-08-08-destroy.html",
"spec/_posts/tests/2011-09-27-centered-few.html",
"spec/index.html",
"spec/spec_helper.rb",
"vendor/assets/images/masonry/loader.gif",
"vendor/assets/javascripts/jquery.isotope.js",
"vendor/assets/javascripts/jquery.isotope.min.js",
"vendor/assets/javascripts/masonry/box-maker.js",
"vendor/assets/javascripts/masonry/jquery.event-drag.js",
"vendor/assets/javascripts/masonry/jquery.imagesloaded.js",
"vendor/assets/javascripts/masonry/jquery.imagesloaded.min.js",
"vendor/assets/javascripts/masonry/jquery.infinitescroll.min.js",
"vendor/assets/javascripts/masonry/jquery.loremimages.min.js",
"vendor/assets/javascripts/masonry/jquery.masonry.js",
"vendor/assets/javascripts/masonry/jquery.masonry.min.js",
"vendor/assets/javascripts/masonry/jquery.pageless.js",
"vendor/assets/javascripts/masonry/jquery.pageless.min.js",
"vendor/assets/javascripts/masonry/jquery.sausage.js",
"vendor/assets/javascripts/masonry/jquery.sausage.min.js",
"vendor/assets/javascripts/masonry/modernizr-transitions.js",
"vendor/assets/stylesheets/isotope.css",
"vendor/assets/stylesheets/isotope/base.css",
"vendor/assets/stylesheets/isotope/colorshapes.css",
"vendor/assets/stylesheets/isotope/elements.css",
"vendor/assets/stylesheets/isotope/options.css",
"vendor/assets/stylesheets/masonry/basic.css",
"vendor/assets/stylesheets/masonry/centered.css",
"vendor/assets/stylesheets/masonry/fluid.css",
"vendor/assets/stylesheets/masonry/gutters.css",
"vendor/assets/stylesheets/masonry/infinitescroll.css",
"vendor/assets/stylesheets/masonry/right-to-left.css",
"vendor/assets/stylesheets/masonry/transitions.css",
"vendor/assets/stylesheets/sausage/sausage.css",
"vendor/assets/stylesheets/sausage/sausage.reset.css"
]
s.homepage = "http://github.com/kristianmandrup/masonry-rails"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.summary = "Use JQuery Masonry with Rails asset pipeline"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, [">= 0"])
s.add_development_dependency(%q<rspec>, ["> 2.8.0"])
s.add_development_dependency(%q<rdoc>, [">= 3.12"])
s.add_development_dependency(%q<bundler>, ["> 1.0.0"])
s.add_development_dependency(%q<jeweler>, [">= 1.8.4"])
s.add_development_dependency(%q<simplecov>, [">= 0.5"])
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rspec>, ["> 2.8.0"])
s.add_dependency(%q<rdoc>, [">= 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
s.add_dependency(%q<jeweler>, [">= 1.8.4"])
s.add_dependency(%q<simplecov>, [">= 0.5"])
end
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rspec>, ["> 2.8.0"])
s.add_dependency(%q<rdoc>, [">= 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
s.add_dependency(%q<jeweler>, [">= 1.8.4"])
s.add_dependency(%q<simplecov>, [">= 0.5"])
end
end