slipmate 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Slipmate.pages +0 -0
- data/bin/slipmate +7 -0
- data/lib/slipmate/order.rb +1 -0
- data/slipmate-0.1.4.gem +0 -0
- data/slipmate-0.1.5.gem +0 -0
- data/slipmate-0.1.6.gem +0 -0
- data/slipmate-0.1.7.gem +0 -0
- data/slipmate-0.2.1.gem +0 -0
- data/slipmate-0.2.gem +0 -0
- data/slipmate-logo-large-no-tag.psd +0 -0
- data/slipmate.gemspec +1 -1
- data/spec/slipmate_spec.rb +27 -0
- data/spec/spec_helper.rb +15 -0
- data/test/test_slipmate.rb +0 -0
- data/version.txt +1 -0
- metadata +64 -39
data/History.txt
ADDED
data/Slipmate.pages
ADDED
Binary file
|
data/bin/slipmate
ADDED
data/lib/slipmate/order.rb
CHANGED
data/slipmate-0.1.4.gem
ADDED
Binary file
|
data/slipmate-0.1.5.gem
ADDED
Binary file
|
data/slipmate-0.1.6.gem
ADDED
Binary file
|
data/slipmate-0.1.7.gem
ADDED
Binary file
|
data/slipmate-0.2.1.gem
ADDED
Binary file
|
data/slipmate-0.2.gem
ADDED
Binary file
|
Binary file
|
data/slipmate.gemspec
CHANGED
@@ -0,0 +1,27 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = %q{slipmate}
|
3
|
+
s.version = "0.1.1"
|
4
|
+
|
5
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
6
|
+
s.authors = ["Spencer Markowski"]
|
7
|
+
s.date = %q{2010-07-21}
|
8
|
+
s.description = %q{Slipmate API}
|
9
|
+
s.email = %q{spencer@thablefew.com}
|
10
|
+
s.files = ["README.txt", "Rakefile", "lib/slipmate.rb", "slipmate.gemspec", "lib/slipmate/api.rb","lib/slipmate/customer.rb","lib/slipmate/order.rb","lib/slipmate/item.rb"]
|
11
|
+
s.has_rdoc = false
|
12
|
+
s.homepage = %q{http://slipmate.biz/}
|
13
|
+
s.require_paths = ["lib"]
|
14
|
+
s.rubyforge_project = %q{slipmate}
|
15
|
+
s.rubygems_version = %q{1.3.4}
|
16
|
+
s.summary = %q{Create and manage orders in Slipmate}
|
17
|
+
|
18
|
+
if s.respond_to? :specification_version then
|
19
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
20
|
+
s.specification_version = 3
|
21
|
+
|
22
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
23
|
+
else
|
24
|
+
end
|
25
|
+
else
|
26
|
+
end
|
27
|
+
end
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
require File.expand_path(
|
3
|
+
File.join(File.dirname(__FILE__), %w[.. lib slipmate]))
|
4
|
+
|
5
|
+
Spec::Runner.configure do |config|
|
6
|
+
# == Mock Framework
|
7
|
+
#
|
8
|
+
# RSpec uses it's own mocking framework by default. If you prefer to
|
9
|
+
# use mocha, flexmock or RR, uncomment the appropriate line:
|
10
|
+
#
|
11
|
+
# config.mock_with :mocha
|
12
|
+
# config.mock_with :flexmock
|
13
|
+
# config.mock_with :rr
|
14
|
+
end
|
15
|
+
|
File without changes
|
data/version.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.2.2
|
metadata
CHANGED
@@ -1,63 +1,88 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: slipmate
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.2
|
4
5
|
prerelease:
|
5
|
-
version: 0.2.1
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Spencer Markowski
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
date: 2010-07-21 00:00:00 -05:00
|
12
|
+
date: 2011-08-16 00:00:00.000000000 -04:00
|
14
13
|
default_executable:
|
15
|
-
dependencies:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: bones
|
17
|
+
requirement: &70232544076860 !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 3.7.1
|
23
|
+
type: :development
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: *70232544076860
|
26
|
+
description: Slipmate is a web based order fulfillment application that gives you
|
27
|
+
control over advanced order routing and shipping.
|
28
|
+
email: spencer@theablefew.com
|
29
|
+
executables:
|
30
|
+
- slipmate
|
21
31
|
extensions: []
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
32
|
+
extra_rdoc_files:
|
33
|
+
- History.txt
|
34
|
+
- README.txt
|
35
|
+
- bin/slipmate
|
36
|
+
files:
|
37
|
+
- History.txt
|
26
38
|
- README.txt
|
27
39
|
- Rakefile
|
40
|
+
- Slipmate.pages
|
41
|
+
- bin/slipmate
|
28
42
|
- lib/slipmate.rb
|
29
|
-
- slipmate.gemspec
|
30
43
|
- lib/slipmate/api.rb
|
31
44
|
- lib/slipmate/customer.rb
|
32
|
-
- lib/slipmate/order.rb
|
33
45
|
- lib/slipmate/item.rb
|
34
|
-
|
35
|
-
|
46
|
+
- lib/slipmate/order.rb
|
47
|
+
- slipmate-0.1.4.gem
|
48
|
+
- slipmate-0.1.5.gem
|
49
|
+
- slipmate-0.1.6.gem
|
50
|
+
- slipmate-0.1.7.gem
|
51
|
+
- slipmate-0.2.1.gem
|
52
|
+
- slipmate-0.2.gem
|
53
|
+
- slipmate-logo-large-no-tag.psd
|
54
|
+
- slipmate.gemspec
|
55
|
+
- spec/slipmate_spec.rb
|
56
|
+
- spec/spec_helper.rb
|
57
|
+
- test/test_slipmate.rb
|
58
|
+
- version.txt
|
59
|
+
has_rdoc: true
|
60
|
+
homepage: http://slipmate.biz
|
36
61
|
licenses: []
|
37
|
-
|
38
62
|
post_install_message:
|
39
|
-
rdoc_options:
|
40
|
-
|
41
|
-
|
63
|
+
rdoc_options:
|
64
|
+
- --main
|
65
|
+
- README.txt
|
66
|
+
require_paths:
|
42
67
|
- lib
|
43
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
44
69
|
none: false
|
45
|
-
requirements:
|
46
|
-
- -
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version:
|
49
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ! '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
75
|
none: false
|
51
|
-
requirements:
|
52
|
-
- -
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version:
|
76
|
+
requirements:
|
77
|
+
- - ! '>='
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '0'
|
55
80
|
requirements: []
|
56
|
-
|
57
81
|
rubyforge_project: slipmate
|
58
|
-
rubygems_version: 1.
|
82
|
+
rubygems_version: 1.6.2
|
59
83
|
signing_key:
|
60
84
|
specification_version: 3
|
61
|
-
summary:
|
62
|
-
|
63
|
-
|
85
|
+
summary: Slipmate is a web based order fulfillment application that gives you control
|
86
|
+
over advanced order routing and shipping.
|
87
|
+
test_files:
|
88
|
+
- test/test_slipmate.rb
|