post_clerk 0.5 → 0.6
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/.travis.yml +2 -0
- data/Gemfile.lock +17 -17
- data/Rakefile +1 -1
- data/post_clerk.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8e64ce2124ac7edb3dd215996e2d9012fe6be8f
|
|
4
|
+
data.tar.gz: 3d1b307e103260db283ed5f875956cb6cbbb472b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af00964e9ed42e3142708c42d1abe87a2524a509812d05b28a5427d2f60a58cf8215be5a74ea04cedd7803edfe2d4ac10e31835c99f163ae3424054ea00f3778
|
|
7
|
+
data.tar.gz: 794ab9facd1f3b5c999e344344ade3ba05b5c1497549828c608f81b8a932c102a2b73f6aa949694bd65ca86fc72d12e52daf1a76094928fa511060faa5f24e41
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: git://github.com/rubyclerks/office_clerk.git
|
|
3
|
-
revision:
|
|
3
|
+
revision: 5dd7e0d1b1d54a68ff2ed1e9106144610dec3cbd
|
|
4
4
|
specs:
|
|
5
|
-
office_clerk (0.
|
|
5
|
+
office_clerk (1.0.0)
|
|
6
6
|
bcrypt-ruby (~> 3.1)
|
|
7
7
|
best_in_place (~> 3.0)
|
|
8
8
|
bootstrap-sass (~> 3.1)
|
|
@@ -24,8 +24,8 @@ GIT
|
|
|
24
24
|
PATH
|
|
25
25
|
remote: ../
|
|
26
26
|
specs:
|
|
27
|
-
post_clerk (0.
|
|
28
|
-
office_clerk (~> 0.
|
|
27
|
+
post_clerk (0.6)
|
|
28
|
+
office_clerk (~> 1.0.0)
|
|
29
29
|
|
|
30
30
|
GEM
|
|
31
31
|
remote: https://rubygems.org/
|
|
@@ -106,9 +106,9 @@ GEM
|
|
|
106
106
|
codeclimate-test-reporter (0.4.1)
|
|
107
107
|
simplecov (>= 0.7.1, < 1.0.0)
|
|
108
108
|
coderay (1.1.0)
|
|
109
|
-
coffee-rails (4.1.
|
|
109
|
+
coffee-rails (4.1.1)
|
|
110
110
|
coffee-script (>= 2.2.0)
|
|
111
|
-
railties (>= 4.0.0, < 5.
|
|
111
|
+
railties (>= 4.0.0, < 5.1.x)
|
|
112
112
|
coffee-script (2.4.1)
|
|
113
113
|
coffee-script-source
|
|
114
114
|
execjs
|
|
@@ -179,11 +179,11 @@ GEM
|
|
|
179
179
|
method_source (0.8.2)
|
|
180
180
|
mime-types (2.99)
|
|
181
181
|
mimemagic (0.3.0)
|
|
182
|
-
|
|
182
|
+
mini_portile2 (2.0.0)
|
|
183
183
|
minitest (5.8.3)
|
|
184
184
|
multi_json (1.11.2)
|
|
185
|
-
nokogiri (1.6.
|
|
186
|
-
|
|
185
|
+
nokogiri (1.6.7.1)
|
|
186
|
+
mini_portile2 (~> 2.0.0.rc2)
|
|
187
187
|
paperclip (4.3.2)
|
|
188
188
|
activemodel (>= 3.2.0)
|
|
189
189
|
activesupport (>= 3.2.0)
|
|
@@ -220,7 +220,7 @@ GEM
|
|
|
220
220
|
rails-deprecated_sanitizer (>= 1.0.1)
|
|
221
221
|
rails-html-sanitizer (1.0.2)
|
|
222
222
|
loofah (~> 2.0)
|
|
223
|
-
rails-i18n (4.0.
|
|
223
|
+
rails-i18n (4.0.8)
|
|
224
224
|
i18n (~> 0.7)
|
|
225
225
|
railties (~> 4.0)
|
|
226
226
|
railties (4.2.5)
|
|
@@ -240,7 +240,7 @@ GEM
|
|
|
240
240
|
ffi (>= 0.5.0)
|
|
241
241
|
rb-readline (0.5.1)
|
|
242
242
|
ref (1.0.5)
|
|
243
|
-
request_store (1.
|
|
243
|
+
request_store (1.3.0)
|
|
244
244
|
rspec (3.1.0)
|
|
245
245
|
rspec-core (~> 3.1.0)
|
|
246
246
|
rspec-expectations (~> 3.1.0)
|
|
@@ -277,17 +277,17 @@ GEM
|
|
|
277
277
|
sprockets (3.5.2)
|
|
278
278
|
concurrent-ruby (~> 1.0)
|
|
279
279
|
rack (> 1, < 3)
|
|
280
|
-
sprockets-rails (
|
|
281
|
-
actionpack (>=
|
|
282
|
-
activesupport (>=
|
|
283
|
-
sprockets (>=
|
|
280
|
+
sprockets-rails (3.0.0)
|
|
281
|
+
actionpack (>= 4.0)
|
|
282
|
+
activesupport (>= 4.0)
|
|
283
|
+
sprockets (>= 3.0.0)
|
|
284
284
|
sqlite3 (1.3.10)
|
|
285
285
|
therubyracer (0.12.1)
|
|
286
286
|
libv8 (~> 3.16.14.0)
|
|
287
287
|
ref
|
|
288
288
|
thor (0.19.1)
|
|
289
289
|
thread_safe (0.3.5)
|
|
290
|
-
tilt (2.0.
|
|
290
|
+
tilt (2.0.2)
|
|
291
291
|
timers (4.0.1)
|
|
292
292
|
hitimes
|
|
293
293
|
tzinfo (1.2.2)
|
|
@@ -298,7 +298,7 @@ GEM
|
|
|
298
298
|
valid_email (0.0.11)
|
|
299
299
|
activemodel
|
|
300
300
|
mail (~> 2.6.1)
|
|
301
|
-
will_paginate (3.0
|
|
301
|
+
will_paginate (3.1.0)
|
|
302
302
|
will_paginate-bootstrap (1.0.1)
|
|
303
303
|
will_paginate (>= 3.0.3)
|
|
304
304
|
xpath (2.0.0)
|
data/Rakefile
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
2
2
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
3
|
+
Bundler::GemHelper.install_tasks
|
|
3
4
|
|
|
4
5
|
require File.expand_path('../test_app/config/application', __FILE__)
|
|
5
6
|
|
|
6
7
|
TestApp::Application.load_tasks
|
|
7
|
-
require 'bundler/gem_tasks'
|
|
8
8
|
|
|
9
9
|
desc 'Rebuild test and run specs'
|
|
10
10
|
task :full_test do
|
data/post_clerk.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
s.name = 'post_clerk'
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.6"
|
|
9
9
|
s.summary = 'Calculate weight based charges for a OfficeClerk basket'
|
|
10
10
|
s.description = s.summary
|
|
11
11
|
s.required_ruby_version = '>= 1.9.3'
|
|
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
|
|
23
23
|
s.has_rdoc = false
|
|
24
24
|
|
|
25
|
-
s.add_runtime_dependency 'office_clerk', '~> 0.
|
|
25
|
+
s.add_runtime_dependency 'office_clerk', '~> 1.0.0'
|
|
26
26
|
|
|
27
27
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: post_clerk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.6'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Torsten Rüger
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-01-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: office_clerk
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 1.0.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
27
|
+
version: 1.0.0
|
|
28
28
|
description: Calculate weight based charges for a OfficeClerk basket
|
|
29
29
|
email:
|
|
30
30
|
- torsten@villataika.fi
|