cssbuttongenerator-css-rails 1.0.4 → 1.0.5
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 +8 -8
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +17 -9
- data/README.md +1 -1
- data/cssbuttongenerator-css-rails.gemspec +26 -23
- data/lib/cssbuttongenerator-css-rails/version.rb +1 -1
- data/spec/test_app/config/application.rb +8 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTE0M2JlYjBhMTQ4NWQ0MzhlYTBhOTg1MjIxM2VmMmQ5MDczMzVjMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmU2ZjZjZGNjYTc4NGYzMGU2ZGIwNjQ3ODM2MDgyOTM5NmYyYmQ0OQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmRlN2JjNDFlOTE4NTYwM2Q0OWNlYmJjYjZhMGRmYmE1Y2Y0MjM3M2E5ZWFj
|
10
|
+
MWNkMzE3ZjFiY2E3ODcxNGM3NGYyMDQwZGZhMzJhYWMxNGZkNDdlMmNjYmE4
|
11
|
+
YTkwNzc0N2ViZDY5NzY0NGJlN2E2NjNhODUyYWI0NGRiMDkwYjE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Mzg5ZGExYjc4YWJjYWVkYjZkOTZkOGVkODA3YTRkYTc0MDM2NmE4ZGZkNmUx
|
14
|
+
NDk5MjM1MjJhNzYzYjcyZWY1ZDAyOTUxNDgzZWQ1MDMxN2I4MzIxODQ0YjM4
|
15
|
+
ZDY4NjlmOGU4MTg0NTc0ZTY3OWJhNjRkYjkyMmY1YjhkZTExZDU=
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,38 +1,45 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
=========
|
3
3
|
|
4
|
+
1.0.5 / 2014-02-19
|
5
|
+
------------------
|
6
|
+
|
7
|
+
- `IMPROVE` - update CHANGELOG style
|
8
|
+
- `IMPROVE` - add gemspec to rubocop scope | [#19][]
|
9
|
+
|
10
|
+
|
4
11
|
1.0.4 / 2014-02-16
|
5
12
|
------------------
|
6
13
|
|
7
|
-
- `NEW` add ruby lint checks (via rubocop), fix flagged items | [#17][]
|
8
|
-
- `IMPROVE` update `semantic` gem version | [#15][]
|
9
|
-
- `NEW` add [CHANGELOG](CHANGELOG.md) | [#13][]
|
10
|
-
- `IMPROVE` update `railties` gem dependency | [#11][]
|
14
|
+
- `NEW` - add ruby lint checks (via rubocop), fix flagged items | [#17][]
|
15
|
+
- `IMPROVE` - update `semantic` gem version | [#15][]
|
16
|
+
- `NEW` - add [CHANGELOG](CHANGELOG.md) | [#13][]
|
17
|
+
- `IMPROVE` - update `railties` gem dependency | [#11][]
|
11
18
|
|
12
19
|
|
13
20
|
1.0.3 / 2013-12-24
|
14
21
|
------------------
|
15
22
|
|
16
|
-
- `IMPROVE` update coding style to match that of other jhx gems | [#8][]
|
23
|
+
- `IMPROVE` - update coding style to match that of other jhx gems | [#8][]
|
17
24
|
|
18
25
|
|
19
26
|
1.0.2 / 2013-12-21
|
20
27
|
------------------
|
21
28
|
|
22
|
-
- `IMPROVE` add `semantic` gem, spec for valid VERSION constant | [#6][]
|
23
|
-
- `NEW` add dummy rails app & associated specs | [#3][], [#4][]
|
29
|
+
- `IMPROVE` - add `semantic` - gem, spec for valid VERSION constant | [#6][]
|
30
|
+
- `NEW` - add dummy rails app & associated specs | [#3][], [#4][]
|
24
31
|
|
25
32
|
|
26
33
|
1.0.1 / 2013-07-29
|
27
34
|
------------------
|
28
35
|
|
29
|
-
- `IMPROVE` update [README](README.md) with minor changes
|
36
|
+
- `IMPROVE` - update [README](README.md) with minor changes
|
30
37
|
|
31
38
|
|
32
39
|
1.0.0 / 2013-07-29
|
33
40
|
------------------
|
34
41
|
|
35
|
-
- `NEW` initial release
|
42
|
+
- `NEW` - initial release
|
36
43
|
|
37
44
|
|
38
45
|
Legend
|
@@ -52,3 +59,4 @@ Legend
|
|
52
59
|
[#13]: https://github.com/jhx/gem-cssbuttongenerator-css-rails/issues/13
|
53
60
|
[#15]: https://github.com/jhx/gem-cssbuttongenerator-css-rails/issues/15
|
54
61
|
[#17]: https://github.com/jhx/gem-cssbuttongenerator-css-rails/issues/17
|
62
|
+
[#19]: https://github.com/jhx/gem-cssbuttongenerator-css-rails/issues/19
|
data/README.md
CHANGED
@@ -1,33 +1,36 @@
|
|
1
|
-
#
|
1
|
+
# encoding: utf-8
|
2
2
|
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
4
|
require 'cssbuttongenerator-css-rails/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name =
|
7
|
+
spec.name = 'cssbuttongenerator-css-rails'
|
8
8
|
spec.version = CssbuttongeneratorCss::Rails::VERSION
|
9
|
-
spec.authors = [
|
10
|
-
spec.email = [
|
11
|
-
spec.description =
|
12
|
-
|
13
|
-
spec.
|
14
|
-
|
9
|
+
spec.authors = ['Doc Walker']
|
10
|
+
spec.email = ['doc.walker@jameshardie.com']
|
11
|
+
spec.description = 'Provides imageless css buttons for the Rails 3.1+ ' \
|
12
|
+
'asset pipeline.'
|
13
|
+
spec.summary = 'Provides imageless css buttons for the Rails 3.1+ ' \
|
14
|
+
'asset pipeline.'
|
15
|
+
spec.homepage = 'https://github.com/jhx/' \
|
16
|
+
'gem-cssbuttongenerator-css-rails'
|
17
|
+
spec.license = 'MIT'
|
15
18
|
|
16
|
-
spec.files = `git ls-files`.split(
|
17
|
-
spec.executables = spec.files.grep(
|
18
|
-
spec.test_files = spec.files.grep(
|
19
|
-
spec.require_paths = [
|
19
|
+
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
20
|
+
spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) }
|
21
|
+
spec.test_files = spec.files.grep(/^(test|spec|features)\//)
|
22
|
+
spec.require_paths = ['lib']
|
20
23
|
|
21
|
-
spec.add_dependency
|
24
|
+
spec.add_dependency 'railties', '>= 3.1'
|
22
25
|
|
23
|
-
spec.add_development_dependency
|
24
|
-
spec.add_development_dependency
|
25
|
-
spec.add_development_dependency
|
26
|
-
spec.add_development_dependency
|
27
|
-
spec.add_development_dependency
|
28
|
-
spec.add_development_dependency
|
29
|
-
spec.add_development_dependency
|
30
|
-
spec.add_development_dependency
|
31
|
-
spec.add_development_dependency
|
32
|
-
spec.add_development_dependency
|
26
|
+
spec.add_development_dependency 'bundler', '~> 1.3'
|
27
|
+
spec.add_development_dependency 'capybara', '~> 2.2.0'
|
28
|
+
spec.add_development_dependency 'coveralls', '~> 0.7.0'
|
29
|
+
spec.add_development_dependency 'launchy', '~> 2.4.2'
|
30
|
+
spec.add_development_dependency 'rails', '~> 3.2.14'
|
31
|
+
spec.add_development_dependency 'rake', '~> 10.1.0'
|
32
|
+
spec.add_development_dependency 'rspec-rails', '~> 2.14.0'
|
33
|
+
spec.add_development_dependency 'rubocop', '~> 0.18.1'
|
34
|
+
spec.add_development_dependency 'semantic', '~> 1.3.0'
|
35
|
+
spec.add_development_dependency 'sqlite3', '~> 1.3.8'
|
33
36
|
end
|
@@ -15,9 +15,9 @@ require 'cssbuttongenerator-css-rails'
|
|
15
15
|
module TestApp
|
16
16
|
class Application < Rails::Application
|
17
17
|
# Settings in config/environments/* take precedence over those specified
|
18
|
-
# here.
|
19
|
-
#
|
20
|
-
#
|
18
|
+
# here. Application configuration should go into files in
|
19
|
+
# config/initializers -- all .rb files in that directory are
|
20
|
+
# automatically loaded.
|
21
21
|
|
22
22
|
# Custom directories with classes and modules you want to be autoloadable.
|
23
23
|
# config.autoload_paths += %W(#{config.root}/extras)
|
@@ -32,9 +32,8 @@ module TestApp
|
|
32
32
|
# :forum_observer
|
33
33
|
|
34
34
|
# Set Time.zone default to the specified zone and make Active Record
|
35
|
-
# auto-convert to this zone.
|
36
|
-
#
|
37
|
-
# Default is UTC.
|
35
|
+
# auto-convert to this zone. Run "rake -D time" for a list of tasks for
|
36
|
+
# finding time zone names. Default is UTC.
|
38
37
|
# config.time_zone = 'Central Time (US & Canada)'
|
39
38
|
|
40
39
|
# The default locale is :en and all translations from
|
@@ -53,10 +52,9 @@ module TestApp
|
|
53
52
|
config.active_support.escape_html_entities_in_json = true
|
54
53
|
|
55
54
|
# Use SQL instead of Active Record's schema dumper when creating the
|
56
|
-
# database.
|
57
|
-
#
|
58
|
-
#
|
59
|
-
# like if you have constraints or database-specific column types
|
55
|
+
# database. This is necessary if your schema can't be completely dumped
|
56
|
+
# by the schema dumper, like if you have constraints or database-specific
|
57
|
+
# column types
|
60
58
|
# config.active_record.schema_format = :sql
|
61
59
|
|
62
60
|
# Enforce whitelist mode for mass assignment.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cssbuttongenerator-css-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Doc Walker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|