fluent_accessors 1.0.0 → 1.0.1

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: 527b4fe77875ef004cd143dfe5faa826fbb94366
4
- data.tar.gz: d7e5b16b0e70f877cf6523b0874181aea18d5737
3
+ metadata.gz: cb91d96e6fe80b70921304ef28f9e16a4053619e
4
+ data.tar.gz: e5080b7882b6f744576a036343b02e5411c4066e
5
5
  SHA512:
6
- metadata.gz: a59dc662cb657633b9c8a5cfd05d699db7493b1fa23c04db06ab4bf2493249101d3a471ad1b43d98d4dcb792a27f0ee2be264fb13ccaee2513c46bd0b5ba182c
7
- data.tar.gz: 0b058c12dc332ef237b18e82472934d477503ad437e5f0c3b0a16a18fa989a8546326bb665ad34842bcce71204d97c94263d3800ba8add907ff161eefbff7097
6
+ metadata.gz: 7427ddccd5a6bebed8d6d071db8b565210b79490b0271354188a366efd01f1d61ce7aa53e4f3e44d66fd35870e787658454511b000656b04b653ba0f4c74b0d9
7
+ data.tar.gz: 8ec1e65e07efaab48572bbfcd3a2fdae1fa450191faa14a771141da0b904fdd7fc135546b7c25c62be8ae554ffde5fc24a5ede2a7e7670610a561e267d563a97
@@ -3,7 +3,7 @@ cache: bundler
3
3
 
4
4
  addons:
5
5
  code_climate:
6
- repo_token: 672fdd75b2f1fff020629c07108bf49cffc8fe716c73bc7ca5758dc3eb5124bd
6
+ repo_token: 6a35c6e0e4071f26edeb8b2f2ef04d201d5b9ccd04a66be2f351f0ac99c68dc7
7
7
 
8
8
 
9
9
  rvm:
data/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Adds class method `fluent_accessor` which will create several methods to enable fluent API access to the instance variables.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/fluent_accessors.svg)](http://badge.fury.io/rb/fluent_accessors)
6
+ [![Build Status](https://travis-ci.org/eturino/fluent_accessors.svg?branch=master)](https://travis-ci.org/eturino/fluent_accessors)
7
+ [![Code Climate](https://codeclimate.com/github/eturino/fluent_accessors.png)](https://codeclimate.com/github/eturino/fluent_accessors)
8
+ [![Code Climate Coverage](https://codeclimate.com/github/eturino/fluent_accessors/coverage.png)](https://codeclimate.com/github/eturino/fluent_accessors)
9
+
5
10
  ## Dependencies
6
11
 
7
12
  it requires Ruby 2, since it uses keyword arguments
@@ -4,19 +4,19 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'fluent_accessors/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "fluent_accessors"
8
- spec.version = FluentAccessors::VERSION
9
- spec.authors = ["Eduardo Turiño"]
10
- spec.email = ["(none)"]
11
- spec.summary = %q{Gem that provides a macro for creating fluent accessors for instance variables, working similar to attr_accessor}
7
+ spec.name = "fluent_accessors"
8
+ spec.version = FluentAccessors::VERSION
9
+ spec.authors = ["Eduardo Turiño"]
10
+ spec.email = ["eturino@eturino.com"]
11
+ spec.summary = %q{Gem that provides a macro for creating fluent accessors for instance variables, working similar to attr_accessor}
12
12
  # spec.description = %q{TODO: Write a longer description. Optional.}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
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"]
13
+ spec.homepage = ""
14
+ spec.license = "MIT"
15
+ spec.files = `git ls-files -z`.split("\x0")
16
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
+ spec.require_paths = ["lib"]
19
+ spec.required_ruby_version = '>= 2.0'
20
20
 
21
21
 
22
22
  spec.add_development_dependency "bundler", "~> 1.6"
@@ -1,3 +1,3 @@
1
1
  module FluentAccessors
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent_accessors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Turiño
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-04 00:00:00.000000000 Z
11
+ date: 2014-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0'
139
139
  description:
140
140
  email:
141
- - "(none)"
141
+ - eturino@eturino.com
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - ">="
169
169
  - !ruby/object:Gem::Version
170
- version: '0'
170
+ version: '2.0'
171
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  requirements:
173
173
  - - ">="