bootstrap_leather 0.2.3 → 0.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cffe159d8435bcbb329a83fdea617af0c1b2dcb
4
- data.tar.gz: 85ed60ea0a9ac3f6396a24fb394c69ff20a1986d
3
+ metadata.gz: 87f8a0c9de074f26589982d01e1add91f637308f
4
+ data.tar.gz: ec0ad82bac5ee7bc6b340fa5699be21d38b2fbfe
5
5
  SHA512:
6
- metadata.gz: 33556fcc702f3452559328ec38d487f628dcbd4606a72edad252283f0df25148508e691f43eec89b4f880a7aff28e842026255799f8c0f9a3d40171f18f8b358
7
- data.tar.gz: d3fee4cc47b56296ac6180d4c5c33be1f231587ae8bce784b526d06e963ec0708631f00843ef47ea8c7ec46f88459fef22d9ddd82ff5ffd5a223a6d83c9dc636
6
+ metadata.gz: e51c8cc55dab5ef339450e8b0fd1850c3f81fa94beb2cff4a53b6896ca9a73518dd695866ca93eb4e0ce1289b59615274190f4795e9b75073fedff85fedcc51a
7
+ data.tar.gz: b51045f3618872d1be7dbb0d1f9c65e4b9d5d42d6a7b63d1f4168e4ac28d1e1fe06744c8a49e51719db20d73492e4f94e36aff82eba11f3bb1201cfc7e66e6d0
data/Gemfile CHANGED
@@ -3,15 +3,8 @@ source 'http://rubygems.org'
3
3
  # Example:
4
4
  # gem 'activesupport', '>= 2.3.5'
5
5
 
6
- # Add dependencies to develop your gem here.
7
- # Include everything needed to run rake, tests, features, etc.
8
- group :test do
9
- gem 'rspec'
10
- gem 'shoulda-matchers'
11
- gem 'capybara'
12
- end
13
-
14
6
  gem 'bootstrap-sass'
15
7
  gem 'rails', '>= 4.1'
16
8
  gem 'haml'
17
- gem 'jeweler'
9
+
10
+ gemspec
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Sour Cherry Web
1
+ Copyright (c) 2013-2014 Gem Vein
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -1,5 +1,10 @@
1
1
  = BootstrapLeather
2
2
 
3
+ {<img src="https://badge.fury.io/rb/bootstrap_leather.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootstrap_leather]
4
+ {<img src="https://travis-ci.org/gemvein/bootstrap_leather.svg?branch=v0.2.3" alt="Build Status" />}[https://travis-ci.org/gemvein/bootstrap_leather]
5
+ {<img src="https://coveralls.io/repos/gemvein/bootstrap_leather/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/bootstrap_leather]
6
+
7
+
3
8
  BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap.
4
9
 
5
10
  == Installation
@@ -159,5 +164,5 @@ The following are not covered because there are already so many wonderful resour
159
164
 
160
165
  == Copyright
161
166
 
162
- Copyright (c) 2013 Sour Cherry Web. See LICENSE.txt for further details.
167
+ Copyright (c) 2013-2014 Gem Vein. See LICENSE.txt for further details.
163
168
 
data/Rakefile CHANGED
@@ -15,35 +15,18 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = "bootstrap_leather"
18
- gem.homepage = "http://github.com/nerakdon/bootstrap_leather"
18
+ gem.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather"
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{BootstrapLeather makes it easier to create apps using Twitter Bootstrap}
21
21
  gem.description = %Q{BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap}
22
- gem.email = "webmaster@sourcherryweb.com"
22
+ gem.email = "karen.e.lundgren@gmail.com"
23
23
  gem.authors = ["Karen Lundgren"]
24
24
  # dependencies defined in Gemfile
25
25
  end
26
26
  Jeweler::RubygemsDotOrgTasks.new
27
27
 
28
- # require 'rspec/core'
29
- # require 'rspec/core/rake_task'
30
- # RSpec::Core::RakeTask.new(:spec) do |spec|
31
- # spec.pattern = FileList['spec/**/*_spec.rb']
32
- # end
33
- #
34
- # RSpec::Core::RakeTask.new(:rcov) do |spec|
35
- # spec.pattern = 'spec/**/*_spec.rb'
36
- # spec.rcov = true
37
- # end
38
- #
39
- # task :default => :spec
28
+ require 'rspec/core/rake_task'
40
29
 
41
- require 'rdoc/task'
42
- Rake::RDocTask.new do |rdoc|
43
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
30
+ RSpec::Core::RakeTask.new(:spec)
44
31
 
45
- rdoc.rdoc_dir = 'rdoc'
46
- rdoc.title = "bootstrap_leather #{version}"
47
- rdoc.rdoc_files.include('README*')
48
- rdoc.rdoc_files.include('lib/**/*.rb')
49
- end
32
+ task :default => :spec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.3.0
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bootstrap_leather"
8
- s.version = "0.2.3"
8
+ s.version = "0.3.0"
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
- s.date = "2014-05-22"
12
+ s.date = "2014-10-09"
13
13
  s.description = "BootstrapLeather is a collection of view helpers that makes it easier to create apps using Twitter Bootstrap"
14
- s.email = "webmaster@sourcherryweb.com"
14
+ s.email = "karen.e.lundgren@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.rdoc"
@@ -97,13 +97,9 @@ Gem::Specification.new do |s|
97
97
  "spec/dummy/config/routes.rb",
98
98
  "spec/dummy/lib/assets/.keep",
99
99
  "spec/dummy/log/.keep",
100
- "spec/dummy/public/404.html",
101
- "spec/dummy/public/422.html",
102
- "spec/dummy/public/500.html",
103
- "spec/dummy/public/favicon.ico",
104
100
  "spec/spec_helper.rb"
105
101
  ]
106
- s.homepage = "http://github.com/nerakdon/bootstrap_leather"
102
+ s.homepage = "http://www.gemvein.com/museum/cases/bootstrap_leather"
107
103
  s.licenses = ["MIT"]
108
104
  s.require_paths = ["lib"]
109
105
  s.rubygems_version = "2.0.3"
@@ -116,18 +112,36 @@ Gem::Specification.new do |s|
116
112
  s.add_runtime_dependency(%q<bootstrap-sass>, [">= 0"])
117
113
  s.add_runtime_dependency(%q<rails>, [">= 4.1"])
118
114
  s.add_runtime_dependency(%q<haml>, [">= 0"])
119
- s.add_runtime_dependency(%q<jeweler>, [">= 0"])
115
+ s.add_runtime_dependency(%q<bootstrap_leather>, [">= 0"])
116
+ s.add_development_dependency(%q<jeweler>, [">= 0"])
117
+ s.add_development_dependency(%q<rspec>, [">= 0"])
118
+ s.add_development_dependency(%q<rspec-rails>, [">= 0"])
119
+ s.add_development_dependency(%q<shoulda-matchers>, [">= 0"])
120
+ s.add_development_dependency(%q<capybara>, [">= 0"])
121
+ s.add_development_dependency(%q<coveralls>, [">= 0"])
120
122
  else
121
123
  s.add_dependency(%q<bootstrap-sass>, [">= 0"])
122
124
  s.add_dependency(%q<rails>, [">= 4.1"])
123
125
  s.add_dependency(%q<haml>, [">= 0"])
126
+ s.add_dependency(%q<bootstrap_leather>, [">= 0"])
124
127
  s.add_dependency(%q<jeweler>, [">= 0"])
128
+ s.add_dependency(%q<rspec>, [">= 0"])
129
+ s.add_dependency(%q<rspec-rails>, [">= 0"])
130
+ s.add_dependency(%q<shoulda-matchers>, [">= 0"])
131
+ s.add_dependency(%q<capybara>, [">= 0"])
132
+ s.add_dependency(%q<coveralls>, [">= 0"])
125
133
  end
126
134
  else
127
135
  s.add_dependency(%q<bootstrap-sass>, [">= 0"])
128
136
  s.add_dependency(%q<rails>, [">= 4.1"])
129
137
  s.add_dependency(%q<haml>, [">= 0"])
138
+ s.add_dependency(%q<bootstrap_leather>, [">= 0"])
130
139
  s.add_dependency(%q<jeweler>, [">= 0"])
140
+ s.add_dependency(%q<rspec>, [">= 0"])
141
+ s.add_dependency(%q<rspec-rails>, [">= 0"])
142
+ s.add_dependency(%q<shoulda-matchers>, [">= 0"])
143
+ s.add_dependency(%q<capybara>, [">= 0"])
144
+ s.add_dependency(%q<coveralls>, [">= 0"])
131
145
  end
132
146
  end
133
147
 
@@ -1,6 +1,5 @@
1
1
  module BootstrapLeather
2
2
  require 'rails'
3
- require 'jquery-rails'
4
3
 
5
4
  require 'bootstrap_leather/configuration'
6
5
  require 'bootstrap_leather/engine'
@@ -26,11 +26,6 @@ Dummy::Application.configure do
26
26
  # Disable request forgery protection in test environment.
27
27
  config.action_controller.allow_forgery_protection = false
28
28
 
29
- # Tell Action Mailer not to deliver emails to the real world.
30
- # The :test delivery method accumulates sent emails in the
31
- # ActionMailer::Base.deliveries array.
32
- config.action_mailer.delivery_method = :test
33
-
34
29
  # Print deprecation notices to the stderr.
35
30
  config.active_support.deprecation = :stderr
36
31
  end
data/spec/spec_helper.rb CHANGED
@@ -1,6 +1,15 @@
1
+ require 'coveralls'
2
+ Coveralls.wear!
3
+
4
+ ENV["RAILS_ENV"] ||= 'test'
5
+ require File.expand_path("../dummy/config/environment", __FILE__)
6
+
1
7
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
8
  $LOAD_PATH.unshift(File.dirname(__FILE__))
3
- require 'rspec'
9
+ require 'rspec/rails'
10
+ # require 'rspec/autorun'
11
+ require 'shoulda-matchers'
12
+ require 'capybara/rspec'
4
13
  require 'bootstrap_leather'
5
14
 
6
15
  # Requires supporting files with custom matchers and macros, etc,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-22 00:00:00.000000000 Z
11
+ date: 2014-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: jeweler
56
+ name: bootstrap_leather
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '>='
@@ -66,9 +66,93 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: jeweler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rspec
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec-rails
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: shoulda-matchers
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: capybara
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - '>='
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: coveralls
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - '>='
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - '>='
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
69
153
  description: BootstrapLeather is a collection of view helpers that makes it easier
70
154
  to create apps using Twitter Bootstrap
71
- email: webmaster@sourcherryweb.com
155
+ email: karen.e.lundgren@gmail.com
72
156
  executables: []
73
157
  extensions: []
74
158
  extra_rdoc_files:
@@ -155,12 +239,8 @@ files:
155
239
  - spec/dummy/config/routes.rb
156
240
  - spec/dummy/lib/assets/.keep
157
241
  - spec/dummy/log/.keep
158
- - spec/dummy/public/404.html
159
- - spec/dummy/public/422.html
160
- - spec/dummy/public/500.html
161
- - spec/dummy/public/favicon.ico
162
242
  - spec/spec_helper.rb
163
- homepage: http://github.com/nerakdon/bootstrap_leather
243
+ homepage: http://www.gemvein.com/museum/cases/bootstrap_leather
164
244
  licenses:
165
245
  - MIT
166
246
  metadata: {}
@@ -1,58 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style>
6
- body {
7
- background-color: #EFEFEF;
8
- color: #2E2F30;
9
- text-align: center;
10
- font-family: arial, sans-serif;
11
- }
12
-
13
- div.dialog {
14
- width: 25em;
15
- margin: 4em auto 0 auto;
16
- border: 1px solid #CCC;
17
- border-right-color: #999;
18
- border-left-color: #999;
19
- border-bottom-color: #BBB;
20
- border-top: #B00100 solid 4px;
21
- border-top-left-radius: 9px;
22
- border-top-right-radius: 9px;
23
- background-color: white;
24
- padding: 7px 4em 0 4em;
25
- }
26
-
27
- h1 {
28
- font-size: 100%;
29
- color: #730E15;
30
- line-height: 1.5em;
31
- }
32
-
33
- body > p {
34
- width: 33em;
35
- margin: 0 auto 1em;
36
- padding: 1em 0;
37
- background-color: #F7F7F7;
38
- border: 1px solid #CCC;
39
- border-right-color: #999;
40
- border-bottom-color: #999;
41
- border-bottom-left-radius: 4px;
42
- border-bottom-right-radius: 4px;
43
- border-top-color: #DADADA;
44
- color: #666;
45
- box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
- }
47
- </style>
48
- </head>
49
-
50
- <body>
51
- <!-- This file lives in public/404.html -->
52
- <div class="dialog">
53
- <h1>The page you were looking for doesn't exist.</h1>
54
- <p>You may have mistyped the address or the page may have moved.</p>
55
- </div>
56
- <p>If you are the application owner check the logs for more information.</p>
57
- </body>
58
- </html>
@@ -1,58 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style>
6
- body {
7
- background-color: #EFEFEF;
8
- color: #2E2F30;
9
- text-align: center;
10
- font-family: arial, sans-serif;
11
- }
12
-
13
- div.dialog {
14
- width: 25em;
15
- margin: 4em auto 0 auto;
16
- border: 1px solid #CCC;
17
- border-right-color: #999;
18
- border-left-color: #999;
19
- border-bottom-color: #BBB;
20
- border-top: #B00100 solid 4px;
21
- border-top-left-radius: 9px;
22
- border-top-right-radius: 9px;
23
- background-color: white;
24
- padding: 7px 4em 0 4em;
25
- }
26
-
27
- h1 {
28
- font-size: 100%;
29
- color: #730E15;
30
- line-height: 1.5em;
31
- }
32
-
33
- body > p {
34
- width: 33em;
35
- margin: 0 auto 1em;
36
- padding: 1em 0;
37
- background-color: #F7F7F7;
38
- border: 1px solid #CCC;
39
- border-right-color: #999;
40
- border-bottom-color: #999;
41
- border-bottom-left-radius: 4px;
42
- border-bottom-right-radius: 4px;
43
- border-top-color: #DADADA;
44
- color: #666;
45
- box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
- }
47
- </style>
48
- </head>
49
-
50
- <body>
51
- <!-- This file lives in public/422.html -->
52
- <div class="dialog">
53
- <h1>The change you wanted was rejected.</h1>
54
- <p>Maybe you tried to change something you didn't have access to.</p>
55
- </div>
56
- <p>If you are the application owner check the logs for more information.</p>
57
- </body>
58
- </html>
@@ -1,57 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style>
6
- body {
7
- background-color: #EFEFEF;
8
- color: #2E2F30;
9
- text-align: center;
10
- font-family: arial, sans-serif;
11
- }
12
-
13
- div.dialog {
14
- width: 25em;
15
- margin: 4em auto 0 auto;
16
- border: 1px solid #CCC;
17
- border-right-color: #999;
18
- border-left-color: #999;
19
- border-bottom-color: #BBB;
20
- border-top: #B00100 solid 4px;
21
- border-top-left-radius: 9px;
22
- border-top-right-radius: 9px;
23
- background-color: white;
24
- padding: 7px 4em 0 4em;
25
- }
26
-
27
- h1 {
28
- font-size: 100%;
29
- color: #730E15;
30
- line-height: 1.5em;
31
- }
32
-
33
- body > p {
34
- width: 33em;
35
- margin: 0 auto 1em;
36
- padding: 1em 0;
37
- background-color: #F7F7F7;
38
- border: 1px solid #CCC;
39
- border-right-color: #999;
40
- border-bottom-color: #999;
41
- border-bottom-left-radius: 4px;
42
- border-bottom-right-radius: 4px;
43
- border-top-color: #DADADA;
44
- color: #666;
45
- box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
- }
47
- </style>
48
- </head>
49
-
50
- <body>
51
- <!-- This file lives in public/500.html -->
52
- <div class="dialog">
53
- <h1>We're sorry, but something went wrong.</h1>
54
- </div>
55
- <p>If you are the application owner check the logs for more information.</p>
56
- </body>
57
- </html>
File without changes