activerecord-peoplesoft_models 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 +4 -4
- data/README.md +1 -1
- data/activerecord-peoplesoft_models.gemspec +2 -2
- data/lib/peoplesoft_models/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1237551503d6f5194fbbbc75132a4fee16a9a10e
|
|
4
|
+
data.tar.gz: c2d41b42053231a4ff5f0a9cbba8275d5cc8944d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5836cb9d98b42331147937bdec2e8aa2c773ba70e0b58f7bbd1b11286dbf6b131dffa9bd531b7fe50d49340cd150f05e89196a7aa134d3e456dd8fc4a20e3a4
|
|
7
|
+
data.tar.gz: ff353165d46bb8ba51f6d98ed81bd6c82dd3e81eb052aa1f52dd56205cb290ff33710aede08fd6f768fa7d92b5cb4ce5a5328e53adc3b6c1b8b932e6e1251dd6
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Peoplesoft Models for ActiveRecord 
|
|
1
|
+
# Peoplesoft Models for ActiveRecord [](https://travis-ci.org/cdinger/activerecord-peoplesoft_models)
|
|
2
2
|
|
|
3
3
|
This Rubygem provides an easy way to build ActiveRecord models for reading
|
|
4
4
|
data from a PeopleSoft database.
|
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Chris Dinger"]
|
|
10
10
|
spec.email = ["ding0057@umn.edu"]
|
|
11
11
|
spec.summary = %q{ActiveRecord models for working with PeopleSoft tables}
|
|
12
|
-
spec.description = %q{}
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.description = %q{A Rubygem that provides an easy way to build ActiveRecord models that represent PeopleSoft tables}
|
|
13
|
+
spec.homepage = "https://github.com/cdinger/activerecord-peoplesoft_models"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-peoplesoft_models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Dinger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: composite_primary_keys
|
|
@@ -94,7 +94,8 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '2.1'
|
|
97
|
-
description:
|
|
97
|
+
description: A Rubygem that provides an easy way to build ActiveRecord models that
|
|
98
|
+
represent PeopleSoft tables
|
|
98
99
|
email:
|
|
99
100
|
- ding0057@umn.edu
|
|
100
101
|
executables: []
|
|
@@ -124,7 +125,7 @@ files:
|
|
|
124
125
|
- test/record_keys_test.rb
|
|
125
126
|
- test/record_test.rb
|
|
126
127
|
- test/test_helper.rb
|
|
127
|
-
homepage:
|
|
128
|
+
homepage: https://github.com/cdinger/activerecord-peoplesoft_models
|
|
128
129
|
licenses:
|
|
129
130
|
- MIT
|
|
130
131
|
metadata: {}
|