passbook 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4862a0315abbd584b5404c44f33c60dd30f5f61
4
- data.tar.gz: 8e0a49bd76d487a566d0b4f6f11a154a08f4b614
3
+ metadata.gz: 716e1854ff1e6826f2aafdb18e7131bedf6b5f91
4
+ data.tar.gz: 7a417fc0e7990450ca7d2ad8e218b36dec6c6121
5
5
  SHA512:
6
- metadata.gz: 61d085a7b2fa4005be062ef03529786fe7bb676e96080564b77a22b81f8e606f263a8f7581e8315f886ccf7246d8b87820abfa2767a4b24bfca685c51dd59323
7
- data.tar.gz: c2084818073a26e43a7f8a43ac51eef614c9e84abe3ee0a6af2cc013b4f6dca5f9be9104eb2a0e05b6034425d2dc4c986c2a967a5ae521e48950c833cf869364
6
+ metadata.gz: 1d190042f20d805f8198c263af321f0014e3877a7e8784d7227dfe9846233aafbe2fc8021865f84945a050c217012726688abda926bfb98781b4262ec72efc0f
7
+ data.tar.gz: c04ede7fd4b9229b6d78e63218e14ccd07590df53a40701fb5d600d82ef39e3c0f862eb2e2bf4f04db8696aa63acfa79b17bc24e625252b978251debf39be226
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
@@ -3,7 +3,7 @@ require "passbook/pkpass"
3
3
  require "passbook/signer"
4
4
  require 'active_support/core_ext/module/attribute_accessors'
5
5
  require 'passbook/push_notification'
6
- require 'grocer/passbook_notification'
6
+ require 'grocer'
7
7
  require 'rack/passbook_rack'
8
8
 
9
9
  module Passbook
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: passbook 0.4.2 ruby lib
5
+ # stub: passbook 0.4.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "passbook"
9
- s.version = "0.4.2"
9
+ s.version = "0.4.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Thomas Lauro", "Lance Gleason"]
14
- s.date = "2016-02-04"
14
+ s.date = "2017-02-20"
15
15
  s.description = "This gem allows you to create IOS Passbooks. Unlike some, this works with Rails but does not require it."
16
16
  s.email = ["thomas@lauro.fr", "lgleason@polyglotprogramminginc.com"]
17
17
  s.executables = ["pk"]
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'bundler'
3
3
  require 'json'
4
4
  require 'simplecov'
5
- require 'grocer/passbook_notification'
5
+ require 'grocer'
6
6
  SimpleCov.start
7
7
 
8
8
  Dir['lib/passbook/**/*.rb'].each {|f| require File.join(File.dirname(__FILE__), '..', f.gsub(/.rb/, ''))}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Lauro
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-01 00:00:00.000000000 Z
12
+ date: 2017-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubyzip
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  version: '0'
237
237
  requirements: []
238
238
  rubyforge_project:
239
- rubygems_version: 2.4.6
239
+ rubygems_version: 2.4.8
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: A IOS Passbook generator.