ons_on_rails 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: 5500013e0fc7f8f209737d0acce0a689e0678723
4
- data.tar.gz: ac62eb44fea0c3d3050fccfe746e408c1e1d3a8f
3
+ metadata.gz: 714b9a4922cdf2042774c2df60a2e52d21b860be
4
+ data.tar.gz: 4e4f6e2c854bb8bdad33e8fa16b9f2810a17f699
5
5
  SHA512:
6
- metadata.gz: 23b94cedd8086a7934cd9d07533811c30c72a33d0a7245a13021150f8609f9a5b17eabd02cf6008f59fcaa54915aad83b49a39a0f29ee5143347504f748f591f
7
- data.tar.gz: bc3305b4ec327dd2af246564d5743ba8147960a4e719e1f22980107b8397fa3f9e6db6be57ab442a3f23c89a144082f12331a8f68b420a8c60ecf7d1abdf643a
6
+ metadata.gz: ef63df67d22479ed5df51393df3b57cbb1c13a2dfb35edd8f531a54548a6e5e43d1b03efd88994a6018949a077b367eed79e4231c952752b4211dc87dbfbb5ff
7
+ data.tar.gz: ce4a4b7c47ff4f2ef3a659230fa68af64172b1a5670043148812ce9bd62177d48adb1e86118238d7199577fb448c67e1934fa464d408aa7235cfd42ef6340940
@@ -1,3 +1,3 @@
1
1
  module OnsOnRails
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
data/ons_on_rails.gemspec CHANGED
@@ -7,8 +7,7 @@ require 'ons_on_rails/version'
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'ons_on_rails'
9
9
  spec.version = OnsOnRails::VERSION
10
- spec.authors = ['caochaoping']
11
- spec.email = ['caochaoping@souche.com']
10
+ spec.authors = 'souche'
12
11
 
13
12
  spec.summary = 'integrate the ons gem into a rails application'
14
13
  spec.homepage = 'https://github.com/souche/ons_on_rails'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ons_on_rails
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
- - caochaoping
7
+ - souche
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -179,8 +179,7 @@ dependencies:
179
179
  - !ruby/object:Gem::Version
180
180
  version: '1.5'
181
181
  description:
182
- email:
183
- - caochaoping@souche.com
182
+ email:
184
183
  executables: []
185
184
  extensions: []
186
185
  extra_rdoc_files: []