garails 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
- SHA1:
3
- metadata.gz: 88fac3792140efd7c5d68306d55db160dce1c92e
4
- data.tar.gz: d15947f776582fd6ccfb4dd37a92b69bec0f801b
2
+ SHA256:
3
+ metadata.gz: cd82a95ad5f4d8cca67149097da4252ec2dfc0eccdfbac963a0b5c736f12b058
4
+ data.tar.gz: d223602e947e3928bcf20a4dc614d3e9cf480126480c4f000c9f4ef40bf04123
5
5
  SHA512:
6
- metadata.gz: 0957bed72ffef69a71a1576e1bffd111ae057826fb294b75bf28ba812987d1bbc8ffe2e05daf0b140dfcee7634523d2a7c2ec3c55c4cc76b47f7a7892dabb717
7
- data.tar.gz: 056b070402a68463da29ac5bc2ad8ae8dc3a9d867c5c03a0df644268b7d15e4ddc1e2e7b9404827295e27a1cf87f4ae06056c48d9be6b6eb84c875cc42fd97fe
6
+ metadata.gz: 0fb2c9624eb6a3306277f96910cec92c30e31464ee454e8a800e74b710b17a2da25900ef2b156b2a12d36082d351d0f0f14b4aacf61a4730d3c701c2945719ab
7
+ data.tar.gz: e19c0751511ca35049800b64a290e40d6f7aa45acb5be0b1f6ea02ad142b99216a402b86d3acdf629493eaa6a9f77d6f2129c74d2839d52b8cd4164d09e3eef2
data/garails.gemspec CHANGED
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = "garails"
7
7
  s.version = Garails::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
+ s.licenses = ["MIT"]
9
10
  s.authors = 'Michael Reinsch', 'Paul McMahon'
10
11
  s.email = "admins@doorkeeper.jp"
11
12
  s.homepage = "http://github.com/doorkeeper/garails"
@@ -1,3 +1,3 @@
1
1
  module Garails
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garails
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
  - Michael Reinsch
8
8
  - Paul McMahon
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-13 00:00:00.000000000 Z
12
+ date: 2021-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -95,9 +95,10 @@ files:
95
95
  - spec/internal/public/favicon.ico
96
96
  - spec/spec_helper.rb
97
97
  homepage: http://github.com/doorkeeper/garails
98
- licenses: []
98
+ licenses:
99
+ - MIT
99
100
  metadata: {}
100
- post_install_message:
101
+ post_install_message:
101
102
  rdoc_options: []
102
103
  require_paths:
103
104
  - lib
@@ -112,9 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
113
  - !ruby/object:Gem::Version
113
114
  version: '0'
114
115
  requirements: []
115
- rubyforge_project:
116
- rubygems_version: 2.2.3
117
- signing_key:
116
+ rubygems_version: 3.2.15
117
+ signing_key:
118
118
  specification_version: 4
119
119
  summary: Google Analytics for Rails
120
120
  test_files: