external_fields 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f07e8a7db6679bd7137bc5b612118d5d7554738
4
- data.tar.gz: 9591ced4076f386180722d103d6177e46ea9f6f0
3
+ metadata.gz: e7e0fa4fb36c4a6b4419c8d1144887969beef734
4
+ data.tar.gz: 1a4da86929ee80f684798c8c4e1a3deaf77581f9
5
5
  SHA512:
6
- metadata.gz: 47c6d1ceacace126d600488a85b980ba7c466d32ef80e7b15b147015410134ae8b4a41175cc1ff911785e15499805cbaef07f89a5d38eda5a9694e142fa57fb6
7
- data.tar.gz: 650583bada54722659ce56b4ac884e1b5fa460116263c32be4588e6ab31057c1e1480db31ca4fbabf81689503799da58f7d08f09d42af621ebe4fe11499e080a
6
+ metadata.gz: c9b1ff8df9a59e58c0f6d98f00aca5eb9227389c44dcb15902de02cd3d7b6e8a66536fb9a5c7eccb5a19073fe44ff55612aafd82a0b33ea881597483ed84969b
7
+ data.tar.gz: 4d47c1272c6c1ba04f7f199b654bf2efd97450745efa57423df142490fe9936ae1070ebaf87dad239f6c4afc53dbaa2e08a293807e3de86ac6bab8b3989de719
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Code Climate](https://codeclimate.com/github/panorama-ed/rails_external_fields/badges/gpa.svg)](https://codeclimate.com/github/panorama-ed/rails_external_fields) [![Test Coverage](https://codeclimate.com/github/panorama-ed/rails_external_fields/badges/coverage.svg)](https://codeclimate.com/github/panorama-ed/rails_external_fields) [![Build Status](https://travis-ci.org/panorama-ed/rails_external_fields.svg)](https://travis-ci.org/panorama-ed/rails_external_fields) [![Inline docs](http://inch-ci.org/github/panorama-ed/rails_external_fields.png)](http://inch-ci.org/github/panorama-ed/rails_external_fields) [![Gem Version](https://badge.fury.io/rb/rails_external_fields.svg)](http://badge.fury.io/rb/rails_external_fields)
1
+ [![Code Climate](https://codeclimate.com/github/panorama-ed/rails_external_fields/badges/gpa.svg)](https://codeclimate.com/github/panorama-ed/rails_external_fields) [![Test Coverage](https://codeclimate.com/github/panorama-ed/rails_external_fields/badges/coverage.svg)](https://codeclimate.com/github/panorama-ed/rails_external_fields) [![Build Status](https://travis-ci.org/panorama-ed/rails_external_fields.svg)](https://travis-ci.org/panorama-ed/rails_external_fields) [![Inline docs](http://inch-ci.org/github/panorama-ed/rails_external_fields.png)](http://inch-ci.org/github/panorama-ed/rails_external_fields) [![Gem Version](https://badge.fury.io/rb/external_fields.svg)](http://badge.fury.io/rb/external_fields)
2
2
 
3
3
  # ExternalFields
4
4
  Create the illusion that an object has specific attributes when those attributes
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  "have access to separate fields in class-specific "\
18
18
  "associations."
19
19
 
20
- spec.homepage = "https://github.com/panorama-ed/rails-external-fields"
20
+ spec.homepage = "https://github.com/panorama-ed/rails_external_fields"
21
21
  spec.license = "MIT"
22
22
 
23
23
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module ExternalFields
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: external_fields
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sagar Jauhari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-18 00:00:00.000000000 Z
11
+ date: 2016-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -172,7 +172,7 @@ files:
172
172
  - lib/external_fields/version.rb
173
173
  - spec/external_fields_spec.rb
174
174
  - spec/spec_helper.rb
175
- homepage: https://github.com/panorama-ed/rails-external-fields
175
+ homepage: https://github.com/panorama-ed/rails_external_fields
176
176
  licenses:
177
177
  - MIT
178
178
  metadata: {}
@@ -192,11 +192,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  requirements: []
194
194
  rubyforge_project:
195
- rubygems_version: 2.4.8
195
+ rubygems_version: 2.4.5
196
196
  signing_key:
197
197
  specification_version: 4
198
198
  summary: Access attributes from an associated model.
199
199
  test_files:
200
200
  - spec/external_fields_spec.rb
201
201
  - spec/spec_helper.rb
202
- has_rdoc: