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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dce9b6270234a91ace6d2eedd92aec2be9c65b32
4
- data.tar.gz: 427bfc9074b0dc5bf9a0f45e6f5f2533cb53c471
3
+ metadata.gz: 1237551503d6f5194fbbbc75132a4fee16a9a10e
4
+ data.tar.gz: c2d41b42053231a4ff5f0a9cbba8275d5cc8944d
5
5
  SHA512:
6
- metadata.gz: 86bf5ab3d3d37816f0fa55efcdbc74dc7d942d33942294d2ce6b52b2a5204dcce38b1b7adbf5b0cfad8c58a806203084b151a554b723a8c9ab8182f702ada870
7
- data.tar.gz: b9383b8f2048c6b635e4be5a1a28256f5e4896731caa85bbd0d661417e0fc226b4abe3fa6d15d9bd9fb3a201c4cf710c4311e56a85305f239fcf7ce8b7cd2668
6
+ metadata.gz: f5836cb9d98b42331147937bdec2e8aa2c773ba70e0b58f7bbd1b11286dbf6b131dffa9bd531b7fe50d49340cd150f05e89196a7aa134d3e456dd8fc4a20e3a4
7
+ data.tar.gz: ff353165d46bb8ba51f6d98ed81bd6c82dd3e81eb052aa1f52dd56205cb290ff33710aede08fd6f768fa7d92b5cb4ce5a5328e53adc3b6c1b8b932e6e1251dd6
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Peoplesoft Models for ActiveRecord ![Build Status](https://travis-ci.org/cdinger/activerecord-peoplesoft_models.svg)
1
+ # Peoplesoft Models for ActiveRecord [![Build Status](https://travis-ci.org/cdinger/activerecord-peoplesoft_models.svg)](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")
@@ -1,3 +1,3 @@
1
1
  module PeoplesoftModels
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: activerecord-peoplesoft_models
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
  - Chris Dinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-26 00:00:00.000000000 Z
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: {}