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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDllOWExYjM5NjViNjZmMTkxMGU4MzZkZWM5ODM5NGE0YmE1NzI2NA==
4
+ ZTE0M2JlYjBhMTQ4NWQ0MzhlYTBhOTg1MjIxM2VmMmQ5MDczMzVjMw==
5
5
  data.tar.gz: !binary |-
6
- M2ExNTBjZjIxOGExODM4NjBhMTE4OGE1Y2U5NzMwZDM4ZGYwNjhjZA==
6
+ YmU2ZjZjZGNjYTc4NGYzMGU2ZGIwNjQ3ODM2MDgyOTM5NmYyYmQ0OQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MjE2Y2Q1ODY1ZDY2N2ZiMjg5NjA0Y2U4ODkxYjhiYWEzYTExZGNmNzg0MDk5
10
- MjM2MDFhNzE4NGZmMjlhMzI1ODk3YWJkMWM4ZjgzMDI0ZDU4NDk4ZjIyZTk4
11
- NDRmMWY2OWY1ZDMwNDI4MmNmY2U5MzQ2NGRhYjQ3YjBmZTdkYmU=
9
+ YmRlN2JjNDFlOTE4NTYwM2Q0OWNlYmJjYjZhMGRmYmE1Y2Y0MjM3M2E5ZWFj
10
+ MWNkMzE3ZjFiY2E3ODcxNGM3NGYyMDQwZGZhMzJhYWMxNGZkNDdlMmNjYmE4
11
+ YTkwNzc0N2ViZDY5NzY0NGJlN2E2NjNhODUyYWI0NGRiMDkwYjE=
12
12
  data.tar.gz: !binary |-
13
- ZjQyYjJlMjM1NDMzODk5ODFlZmJhNzhjN2E3NmJjOTZhYzA5YTA3ZDY1YWQ3
14
- YjM1NmE1OWNkOTk0ZDhmN2I2NzNmMTU0YjQxNWY1NTVjZmQ2YjA4NjdkOTEw
15
- NTA1MTUyNmY3ZmE2N2ViZTNkZjE2OWRlMzZlZDIzYWYwMDcwMmY=
13
+ Mzg5ZGExYjc4YWJjYWVkYjZkOTZkOGVkODA3YTRkYTc0MDM2NmE4ZGZkNmUx
14
+ NDk5MjM1MjJhNzYzYjcyZWY1ZDAyOTUxNDgzZWQ1MDMxN2I4MzIxODQ0YjM4
15
+ ZDY4NjlmOGU4MTg0NTc0ZTY3OWJhNjRkYjkyMmY1YjhkZTExZDU=
data/.rubocop.yml CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  AllCops:
4
4
  Includes:
5
+ - !ruby/regexp /\.gemspec$/
5
6
  - Gemfile
6
7
  - Rakefile
7
8
  Excludes: []
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
@@ -15,7 +15,7 @@ Add these lines to your application's `Gemfile`:
15
15
 
16
16
  ```rb
17
17
  # imageless css buttons packaged for the rails asset pipeline
18
- gem 'cssbuttongenerator-css-rails', '~> 1.0.4'
18
+ gem 'cssbuttongenerator-css-rails', '~> 1.0.5'
19
19
  ```
20
20
 
21
21
  And then execute:
@@ -1,33 +1,36 @@
1
- # coding: utf-8
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 = "cssbuttongenerator-css-rails"
7
+ spec.name = 'cssbuttongenerator-css-rails'
8
8
  spec.version = CssbuttongeneratorCss::Rails::VERSION
9
- spec.authors = ["Doc Walker"]
10
- spec.email = ["doc.walker@jameshardie.com"]
11
- spec.description = %q{Provides imageless css buttons for the Rails 3.1+ asset pipeline.}
12
- spec.summary = %q{Provides imageless css buttons for the Rails 3.1+ asset pipeline.}
13
- spec.homepage = "https://github.com/jhx/gem-cssbuttongenerator-css-rails"
14
- spec.license = "MIT"
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(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
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 "railties", ">= 3.1"
24
+ spec.add_dependency 'railties', '>= 3.1'
22
25
 
23
- spec.add_development_dependency "bundler", "~> 1.3"
24
- spec.add_development_dependency "capybara", "~> 2.2.0"
25
- spec.add_development_dependency "coveralls", "~> 0.7.0"
26
- spec.add_development_dependency "launchy", "~> 2.4.2"
27
- spec.add_development_dependency "rails", "~> 3.2.14"
28
- spec.add_development_dependency "rake", "~> 10.1.0"
29
- spec.add_development_dependency "rspec-rails", "~> 2.14.0"
30
- spec.add_development_dependency "rubocop", "~> 0.18.1"
31
- spec.add_development_dependency "semantic", "~> 1.3.0"
32
- spec.add_development_dependency "sqlite3", "~> 1.3.8"
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
@@ -2,6 +2,6 @@
2
2
  module CssbuttongeneratorCss
3
3
  module Rails
4
4
  # Refer to Semantic Versioning 2.0.0 (http://semver.org).
5
- VERSION = '1.0.4'
5
+ VERSION = '1.0.5'
6
6
  end
7
7
  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
- # Application configuration should go into files in config/initializers
20
- # -- all .rb files in that directory are automatically loaded.
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
- # Run "rake -D time" for a list of tasks for finding time zone names.
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
- # This is necessary if your schema can't be completely dumped by the
58
- # schema dumper,
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
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-16 00:00:00.000000000 Z
11
+ date: 2014-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties