noodall-components-gallery 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/Gemfile CHANGED
@@ -3,7 +3,7 @@ source :rubygems
3
3
  gemspec
4
4
 
5
5
  gem "rails", "3.0.1"
6
- gem 'noodall-ui', :path => "~/Gems/noodall-ui"
6
+ gem 'noodall-ui'
7
7
  gem "capybara", ">= 0.3.9"
8
8
  gem "rspec-rails", ">= 2.0.0.beta"
9
9
  gem 'database_cleaner'
data/Gemfile.lock CHANGED
@@ -1,16 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noodall-components-gallery (0.0.1)
5
-
6
- PATH
7
- remote: /Users/steve/Gems/noodall-ui
8
- specs:
9
- noodall-ui (0.0.2)
10
- dynamic_form
11
- noodall-core
12
- thoughtbot-sortable_table (= 0.0.6)
13
- will_paginate (~> 3.0.pre2)
4
+ noodall-components-gallery (0.0.2)
14
5
 
15
6
  GEM
16
7
  remote: http://rubygems.org/
@@ -44,7 +35,7 @@ GEM
44
35
  activesupport (3.0.1)
45
36
  arel (1.0.1)
46
37
  activesupport (~> 3.0.0)
47
- bson (1.1.1)
38
+ bson (1.1.4)
48
39
  builder (2.1.2)
49
40
  canable (0.1.1)
50
41
  capybara (0.3.9)
@@ -96,18 +87,26 @@ GEM
96
87
  mime-types
97
88
  treetop (>= 1.4.5)
98
89
  mime-types (1.16)
99
- mongo (1.1.1)
90
+ mm-multi-parameter-attributes (0.1.1)
91
+ mongo_mapper
92
+ mongo (1.1.4)
100
93
  bson (>= 1.1.1)
101
- mongo_mapper (0.8.4)
94
+ mongo_mapper (0.8.6)
102
95
  activesupport (>= 2.3.4)
103
96
  jnunemaker-validatable (~> 1.8.4)
104
- plucky (~> 0.3.5)
97
+ plucky (~> 0.3.6)
105
98
  nokogiri (1.4.3.1)
106
- noodall-core (0.1.0)
99
+ noodall-core (0.3.5)
107
100
  canable (= 0.1.1)
108
- mongo_mapper (= 0.8.4)
109
- ramdiv-mongo_mapper_acts_as_tree (= 0.1.1)
101
+ mm-multi-parameter-attributes (~> 0.1.1)
102
+ mongo_mapper (~> 0.8.6)
103
+ ramdiv-mongo_mapper_acts_as_tree (~> 0.1.1)
110
104
  ruby-stemmer
105
+ noodall-ui (0.0.14)
106
+ dynamic_form
107
+ noodall-core
108
+ thoughtbot-sortable_table (= 0.0.6)
109
+ will_paginate (~> 3.0.pre2)
111
110
  plucky (0.3.6)
112
111
  mongo (~> 1.1)
113
112
  polyglot (0.3.1)
@@ -130,7 +129,7 @@ GEM
130
129
  rake (>= 0.8.4)
131
130
  thor (~> 0.14.0)
132
131
  rake (0.8.7)
133
- ramdiv-mongo_mapper_acts_as_tree (0.1.1)
132
+ ramdiv-mongo_mapper_acts_as_tree (0.1.2)
134
133
  mongo_mapper (>= 0.6.8)
135
134
  rmagick (2.13.1)
136
135
  rspec (2.0.0.beta.22)
@@ -179,7 +178,7 @@ DEPENDENCIES
179
178
  faker (~> 0.3.1)
180
179
  launchy
181
180
  noodall-components-gallery!
182
- noodall-ui!
181
+ noodall-ui
183
182
  rails (= 3.0.1)
184
183
  rmagick
185
184
  rspec-rails (>= 2.0.0.beta)
@@ -16,7 +16,7 @@
16
16
  </fieldset>
17
17
  <fieldset class="multi-file-files images">
18
18
  <legend>Images</legend>
19
- <p><span class="add-multi-asset">Add File</span><span class="types">Images</span></p>
19
+ <p><span class="add-multi-asset" data-file-types="images">Add File</span></p>
20
20
  <ol>
21
21
  <% component.assets.each_with_index do |asset,i| %>
22
22
  <li class="multi-file file-selectable">
@@ -1,4 +1,3 @@
1
- @wip
2
1
  Feature: Gallery Component
3
2
  To provide the ability to show many images on the website, website editors will be able
4
3
  to create a gallery of images within a template
@@ -1,7 +1,7 @@
1
1
  module Noodall
2
2
  module Components
3
3
  module Gallery
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noodall-components-gallery
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
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
 
@@ -15,11 +15,10 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-02 00:00:00 +00:00
18
+ date: 2010-12-10 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- prerelease: false
23
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
24
23
  none: false
25
24
  requirements:
@@ -34,6 +33,7 @@ dependencies:
34
33
  requirement: *id001
35
34
  type: :development
36
35
  name: bundler
36
+ prerelease: false
37
37
  description: A simple gallery component for Noodall
38
38
  email: []
39
39
 
@@ -106,9 +106,6 @@ files:
106
106
  - spec/factories/asset.rb
107
107
  - spec/factories/node.rb
108
108
  - spec/files/beef.png
109
- - spec/integration/navigation_spec.rb
110
- - spec/noodall_component_gallery_spec.rb
111
- - spec/spec_helper.rb
112
109
  has_rdoc: true
113
110
  homepage: http://rubygems.org/gems/noodall-components-gallery
114
111
  licenses: []
@@ -1,9 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "Navigation" do
4
- include Capybara
5
-
6
- it "should be a valid app" do
7
- ::Rails.application.should be_a(Dummy::Application)
8
- end
9
- end
@@ -1,7 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Noodall::Component::Gallery do
4
- it "should be valid" do
5
- Noodall::Component::Gallery.should be_a(Module)
6
- end
7
- end
data/spec/spec_helper.rb DELETED
@@ -1,30 +0,0 @@
1
- # Configure Rails Envinronment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
- require "rails/test_help"
6
- require "rspec/rails"
7
-
8
- ActionMailer::Base.delivery_method = :test
9
- ActionMailer::Base.perform_deliveries = true
10
- ActionMailer::Base.default_url_options[:host] = "test.com"
11
-
12
- Rails.backtrace_cleaner.remove_silencers!
13
-
14
- # Configure capybara for integration testing
15
- require "capybara/rails"
16
- Capybara.default_driver = :rack_test
17
- Capybara.default_selector = :css
18
-
19
- # Load support files
20
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
21
-
22
- Rspec.configure do |config|
23
- # Remove this line if you don't want Rspec's should and should_not
24
- # methods or matchers
25
- require 'rspec/expectations'
26
- config.include Rspec::Matchers
27
-
28
- # == Mock Framework
29
- config.mock_with :rspec
30
- end