external_fields 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/external_fields.gemspec +1 -1
- data/lib/external_fields/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7e0fa4fb36c4a6b4419c8d1144887969beef734
|
|
4
|
+
data.tar.gz: 1a4da86929ee80f684798c8c4e1a3deaf77581f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9b1ff8df9a59e58c0f6d98f00aca5eb9227389c44dcb15902de02cd3d7b6e8a66536fb9a5c7eccb5a19073fe44ff55612aafd82a0b33ea881597483ed84969b
|
|
7
|
+
data.tar.gz: 4d47c1272c6c1ba04f7f199b654bf2efd97450745efa57423df142490fe9936ae1070ebaf87dad239f6c4afc53dbaa2e08a293807e3de86ac6bab8b3989de719
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://codeclimate.com/github/panorama-ed/rails_external_fields) [](https://codeclimate.com/github/panorama-ed/rails_external_fields) [](https://travis-ci.org/panorama-ed/rails_external_fields) [](http://inch-ci.org/github/panorama-ed/rails_external_fields) [](https://codeclimate.com/github/panorama-ed/rails_external_fields) [](https://codeclimate.com/github/panorama-ed/rails_external_fields) [](https://travis-ci.org/panorama-ed/rails_external_fields) [](http://inch-ci.org/github/panorama-ed/rails_external_fields) [](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
|
data/external_fields.gemspec
CHANGED
|
@@ -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/
|
|
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")
|
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.
|
|
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:
|
|
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/
|
|
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.
|
|
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:
|