museum 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/museum.gemspec +3 -4
  5. metadata +4 -5
  6. data/Gemfile.lock +0 -213
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8678f5ed2a731ec3aecb6bea2907e9b1272bfbf
4
- data.tar.gz: 869fbee0e3274a3c582119d2da8a43986095aaa9
3
+ metadata.gz: 06292ffb7017771da1dc3b359acc01b21f3d3e50
4
+ data.tar.gz: b356559791ebe2ebe2194efb70010d26eeb68b5e
5
5
  SHA512:
6
- metadata.gz: 9a3d35d01aabc6d39e7c64957fd38cbde99804bd820d25fe2e97ce3d38aa80dd34af35b95ef2ea307134ffbeeeb74a3cfe5af938074d16fe069a67e5a1a63801
7
- data.tar.gz: 642661144b21d67f5d90042b693c91094ffef4e9e03a84b9f955d36c7106c8311b0249663e4f12d08ff4f54b273c6526c8ba5f35659117fe2d598bded1245cc4
6
+ metadata.gz: 50d3323e261f1992ecf6e3c575295b61ff2224c0f181cf0b1a16872c85d02679d63a848bd0fab0ddd34008bfc05ce8cc410e82c22b9c5779b0a79d803e11e7fc
7
+ data.tar.gz: c69c05da3baab1c176941829e6b2f632cceb9fee0d66f0e9c925583436862c872fefe177dff6fd1efda0d70f78a93cf644fee9bca9440e494b588986f042ed06
data/Rakefile CHANGED
@@ -8,10 +8,10 @@ require 'jeweler'
8
8
  Jeweler::Tasks.new do |gem|
9
9
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
10
10
  gem.name = "museum"
11
- gem.homepage = "http://www.gemvein.com/museum/museum"
11
+ gem.homepage = "http://www.gemvein.com/museum/cases/museum"
12
12
  gem.license = "MIT"
13
13
  gem.summary = %Q{Rails 4 Engine for displaying information about a set of gems.}
14
- gem.description = %Q{For organizations that want to market a gem in style, Museum and its plugins cooperate to provide you with an ever-fresh marketing site for your gems.}
14
+ gem.description = %Q{For organizations that want to market a gem in style, Museum uses APIs to provide you with an ever-fresh marketing site for your gems.}
15
15
  gem.email = "karen.e.lundgren@gmail.com"
16
16
  gem.authors = ["Karen Lundgren"]
17
17
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "museum"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Karen Lundgren"]
12
12
  s.date = "2014-05-19"
13
- s.description = "For organizations that want to market a gem in style, Museum and its plugins cooperate to provide you with an ever-fresh marketing site for your gems."
13
+ s.description = "For organizations that want to market a gem in style, Museum uses APIs to provide you with an ever-fresh marketing site for your gems."
14
14
  s.email = "karen.e.lundgren@gmail.com"
15
15
  s.executables = ["rails"]
16
16
  s.extra_rdoc_files = [
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
23
23
  ".rspec",
24
24
  ".travis.yml",
25
25
  "Gemfile",
26
- "Gemfile.lock",
27
26
  "LICENSE.txt",
28
27
  "README.md",
29
28
  "Rakefile",
@@ -117,7 +116,7 @@ Gem::Specification.new do |s|
117
116
  "spec/views/museum/cases/index.html.haml_spec.rb",
118
117
  "spec/views/museum/cases/show.html.haml_spec.rb"
119
118
  ]
120
- s.homepage = "http://www.gemvein.com/museum/museum"
119
+ s.homepage = "http://www.gemvein.com/museum/cases/museum"
121
120
  s.licenses = ["MIT"]
122
121
  s.require_paths = ["lib"]
123
122
  s.rubygems_version = "2.0.3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: museum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
@@ -136,8 +136,8 @@ dependencies:
136
136
  - - '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description: For organizations that want to market a gem in style, Museum and its
140
- plugins cooperate to provide you with an ever-fresh marketing site for your gems.
139
+ description: For organizations that want to market a gem in style, Museum uses APIs
140
+ to provide you with an ever-fresh marketing site for your gems.
141
141
  email: karen.e.lundgren@gmail.com
142
142
  executables:
143
143
  - rails
@@ -151,7 +151,6 @@ files:
151
151
  - .rspec
152
152
  - .travis.yml
153
153
  - Gemfile
154
- - Gemfile.lock
155
154
  - LICENSE.txt
156
155
  - README.md
157
156
  - Rakefile
@@ -244,7 +243,7 @@ files:
244
243
  - spec/support/loupe_support.rb
245
244
  - spec/views/museum/cases/index.html.haml_spec.rb
246
245
  - spec/views/museum/cases/show.html.haml_spec.rb
247
- homepage: http://www.gemvein.com/museum/museum
246
+ homepage: http://www.gemvein.com/museum/cases/museum
248
247
  licenses:
249
248
  - MIT
250
249
  metadata: {}
@@ -1,213 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- museum (0.0.1)
5
- bootstrap_leather
6
- friendly_id
7
- haml-rails
8
- jquery-rails
9
- museum
10
- rails (>= 4.1)
11
- rails-i18n
12
- yaml_seeder
13
-
14
- GEM
15
- remote: https://rubygems.org/
16
- specs:
17
- actionmailer (4.1.1)
18
- actionpack (= 4.1.1)
19
- actionview (= 4.1.1)
20
- mail (~> 2.5.4)
21
- actionpack (4.1.1)
22
- actionview (= 4.1.1)
23
- activesupport (= 4.1.1)
24
- rack (~> 1.5.2)
25
- rack-test (~> 0.6.2)
26
- actionview (4.1.1)
27
- activesupport (= 4.1.1)
28
- builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- activemodel (4.1.1)
31
- activesupport (= 4.1.1)
32
- builder (~> 3.1)
33
- activerecord (4.1.1)
34
- activemodel (= 4.1.1)
35
- activesupport (= 4.1.1)
36
- arel (~> 5.0.0)
37
- activesupport (4.1.1)
38
- i18n (~> 0.6, >= 0.6.9)
39
- json (~> 1.7, >= 1.7.7)
40
- minitest (~> 5.1)
41
- thread_safe (~> 0.1)
42
- tzinfo (~> 1.1)
43
- addressable (2.3.6)
44
- arel (5.0.1.20140414130214)
45
- bootstrap-sass (3.1.1.1)
46
- sass (~> 3.2)
47
- bootstrap_leather (0.2.2)
48
- bootstrap-sass
49
- haml
50
- jeweler
51
- rails (>= 4.1)
52
- builder (3.2.2)
53
- coveralls (0.7.0)
54
- multi_json (~> 1.3)
55
- rest-client
56
- simplecov (>= 0.7)
57
- term-ansicolor
58
- thor
59
- database_cleaner (1.2.0)
60
- descendants_tracker (0.0.4)
61
- thread_safe (~> 0.3, >= 0.3.1)
62
- diff-lcs (1.2.5)
63
- docile (1.1.3)
64
- erubis (2.7.0)
65
- factory_girl (4.4.0)
66
- activesupport (>= 3.0.0)
67
- factory_girl_rails (4.4.1)
68
- factory_girl (~> 4.4.0)
69
- railties (>= 3.0.0)
70
- faraday (0.9.0)
71
- multipart-post (>= 1.2, < 3)
72
- friendly_id (5.0.3)
73
- activerecord (>= 4.0.0)
74
- git (1.2.6)
75
- github_api (0.11.3)
76
- addressable (~> 2.3)
77
- descendants_tracker (~> 0.0.1)
78
- faraday (~> 0.8, < 0.10)
79
- hashie (>= 1.2)
80
- multi_json (>= 1.7.5, < 2.0)
81
- nokogiri (~> 1.6.0)
82
- oauth2
83
- haml (4.0.5)
84
- tilt
85
- haml-rails (0.5.3)
86
- actionpack (>= 4.0.1)
87
- activesupport (>= 4.0.1)
88
- haml (>= 3.1, < 5.0)
89
- railties (>= 4.0.1)
90
- hashie (2.1.1)
91
- highline (1.6.21)
92
- hike (1.2.3)
93
- i18n (0.6.9)
94
- jeweler (2.0.1)
95
- builder
96
- bundler (>= 1.0)
97
- git (>= 1.2.5)
98
- github_api
99
- highline (>= 1.6.15)
100
- nokogiri (>= 1.5.10)
101
- rake
102
- rdoc
103
- jquery-rails (3.1.0)
104
- railties (>= 3.0, < 5.0)
105
- thor (>= 0.14, < 2.0)
106
- json (1.8.1)
107
- jwt (0.1.13)
108
- multi_json (>= 1.5)
109
- mail (2.5.4)
110
- mime-types (~> 1.16)
111
- treetop (~> 1.4.8)
112
- mime-types (1.25.1)
113
- mini_portile (0.6.0)
114
- minitest (5.3.4)
115
- multi_json (1.10.0)
116
- multi_xml (0.5.5)
117
- multipart-post (2.0.0)
118
- nokogiri (1.6.2.1)
119
- mini_portile (= 0.6.0)
120
- oauth2 (0.9.3)
121
- faraday (>= 0.8, < 0.10)
122
- jwt (~> 0.1.8)
123
- multi_json (~> 1.3)
124
- multi_xml (~> 0.5)
125
- rack (~> 1.2)
126
- polyglot (0.3.4)
127
- rack (1.5.2)
128
- rack-test (0.6.2)
129
- rack (>= 1.0)
130
- rails (4.1.1)
131
- actionmailer (= 4.1.1)
132
- actionpack (= 4.1.1)
133
- actionview (= 4.1.1)
134
- activemodel (= 4.1.1)
135
- activerecord (= 4.1.1)
136
- activesupport (= 4.1.1)
137
- bundler (>= 1.3.0, < 2.0)
138
- railties (= 4.1.1)
139
- sprockets-rails (~> 2.0)
140
- rails-i18n (4.0.2)
141
- i18n (~> 0.6)
142
- rails (>= 4.0)
143
- railties (4.1.1)
144
- actionpack (= 4.1.1)
145
- activesupport (= 4.1.1)
146
- rake (>= 0.8.7)
147
- thor (>= 0.18.1, < 2.0)
148
- rake (10.3.2)
149
- rdoc (4.1.1)
150
- json (~> 1.4)
151
- rest-client (1.6.7)
152
- mime-types (>= 1.16)
153
- rspec-core (2.14.8)
154
- rspec-expectations (2.14.5)
155
- diff-lcs (>= 1.1.3, < 2.0)
156
- rspec-mocks (2.14.6)
157
- rspec-rails (2.14.2)
158
- actionpack (>= 3.0)
159
- activemodel (>= 3.0)
160
- activesupport (>= 3.0)
161
- railties (>= 3.0)
162
- rspec-core (~> 2.14.0)
163
- rspec-expectations (~> 2.14.0)
164
- rspec-mocks (~> 2.14.0)
165
- sass (3.3.7)
166
- shoulda-matchers (2.6.1)
167
- activesupport (>= 3.0.0)
168
- simplecov (0.8.2)
169
- docile (~> 1.1.0)
170
- multi_json
171
- simplecov-html (~> 0.8.0)
172
- simplecov-html (0.8.0)
173
- sprockets (2.12.1)
174
- hike (~> 1.2)
175
- multi_json (~> 1.0)
176
- rack (~> 1.0)
177
- tilt (~> 1.1, != 1.3.0)
178
- sprockets-rails (2.1.3)
179
- actionpack (>= 3.0)
180
- activesupport (>= 3.0)
181
- sprockets (~> 2.8)
182
- sqlite3 (1.3.9)
183
- term-ansicolor (1.3.0)
184
- tins (~> 1.0)
185
- thor (0.19.1)
186
- thread_safe (0.3.3)
187
- tilt (1.4.1)
188
- tins (1.3.0)
189
- treetop (1.4.15)
190
- polyglot
191
- polyglot (>= 0.3.1)
192
- tzinfo (1.1.0)
193
- thread_safe (~> 0.1)
194
- yaml_seeder (0.1.0)
195
-
196
- PLATFORMS
197
- ruby
198
-
199
- DEPENDENCIES
200
- bootstrap_leather
201
- coveralls
202
- database_cleaner
203
- factory_girl_rails
204
- friendly_id
205
- haml-rails
206
- jquery-rails
207
- museum!
208
- rails (>= 4.1)
209
- rails-i18n
210
- rspec-rails
211
- shoulda-matchers
212
- sqlite3
213
- yaml_seeder