samurai 0.0.4 → 0.0.5
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.
- data/lib/samurai/version.rb +1 -1
- data/samurai.gemspec +2 -2
- metadata +7 -7
data/lib/samurai/version.rb
CHANGED
data/samurai.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.summary = "Integration gem for samurai.feefighters.com"
|
|
12
12
|
s.description = "If you are an online merchant and using samurai.feefighers.com, this gem will make your life easy. Integrate with the samuari.feefighters.com portal and process transaction."
|
|
13
13
|
|
|
14
|
-
s.required_rubygems_version = ">= 1.3.
|
|
15
|
-
s.rubyforge_project = "samurai"
|
|
14
|
+
s.required_rubygems_version = ">= 1.3.5"
|
|
15
|
+
# s.rubyforge_project = "samurai"
|
|
16
16
|
|
|
17
17
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: samurai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Graeme Rouse
|
|
@@ -80,15 +80,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
requirements:
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
hash:
|
|
83
|
+
hash: 17
|
|
84
84
|
segments:
|
|
85
85
|
- 1
|
|
86
86
|
- 3
|
|
87
|
-
-
|
|
88
|
-
version: 1.3.
|
|
87
|
+
- 5
|
|
88
|
+
version: 1.3.5
|
|
89
89
|
requirements: []
|
|
90
90
|
|
|
91
|
-
rubyforge_project:
|
|
91
|
+
rubyforge_project:
|
|
92
92
|
rubygems_version: 1.3.7
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 3
|