xmlservice 1.3.2 → 1.3.3
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/README.md +26 -8
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6a1a43be496aaf022112543e7d87323da7a84d7
|
|
4
|
+
data.tar.gz: d2920a81fc53dd16df10b9e641155cb109d48dd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7816f30fe4fdd300b63bedc58b8d144c48bdba95de1bc5c65ed224c4043fabba5b6be36d08550538e3920ab5964280c8faf2f4fe0c92efc8a571119e50bfb5bd
|
|
7
|
+
data.tar.gz: 3c82b43b5b1d596473d0e3d421760cd593eecd4e334cf18811068bf795720ca1d0399c3a28e40453779bbcb1f7d94e66b83f2dfd35c0c722466ff2933c89f08c
|
data/README.md
CHANGED
|
@@ -1,16 +1,31 @@
|
|
|
1
|
-
Introduction
|
|
2
|
-
|
|
3
|
-
The following notes Ruby with IBM i.
|
|
1
|
+
#Introduction
|
|
2
|
+
[](http://badge.fury.io/rb/xmlservice)
|
|
4
3
|
|
|
4
|
+
The `xmlservice` Gem is a Ruby wrapper over the [XMLSERVICE](http://youngiprofessionals.com/wiki/index.php/XMLService/XMLService) open source project from IBM. This Gem is now jointly maintained by IBM and the [KrengelTech Litmis team](litmis.com). You can find the previous Gem history [here](http://youngiprofessionals.com/wiki/index.php/XMLSERVICE/Ruby), but note all future work will be done in this repo.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
|
|
7
|
+
#Install
|
|
8
|
+
To get the latest version of the `xmlservice` RubyGem you can simply install it from [rubygems.org](https://rubygems.org/gems/xmlservice), as shown below.
|
|
8
9
|
```
|
|
9
|
-
|
|
10
|
-
$ gem install ./xmlservice-1.3.0.gem --local --force --ignore-dependencies --no-rdoc
|
|
10
|
+
gem install xmlservice
|
|
11
11
|
```
|
|
12
12
|
-- or --
|
|
13
13
|
|
|
14
|
+
**Gemfile:**
|
|
15
|
+
```
|
|
16
|
+
gem 'xmlservice'
|
|
17
|
+
```
|
|
18
|
+
#Build/Install
|
|
19
|
+
If you are adding/changing xmlservice then you can do the following to get it into your environment (i.e. IFS on your machine) and build/install from scratch.
|
|
20
|
+
```
|
|
21
|
+
$ git clone git@bitbucket.org:litmis/xmlservice.git
|
|
22
|
+
$ cd xmlservice
|
|
23
|
+
$ gem build xmlservice.gemspec
|
|
24
|
+
$ gem install ./xmlservice-1.3.2.gem --local --force --ignore-dependencies --no-rdoc
|
|
25
|
+
```
|
|
26
|
+
Note that `xmlservice-1.3.2.gem` is the version of the Gem as of this writing. Please modify based on what `gem build...` produces.
|
|
27
|
+
|
|
28
|
+
#Other
|
|
14
29
|
```
|
|
15
30
|
$ cd xmlservice
|
|
16
31
|
$ ./zzall.sh
|
|
@@ -102,4 +117,7 @@ Below are the commands to start and stop the Apache instance that was just creat
|
|
|
102
117
|
STRTCPSVR SERVER(*HTTP) INSTANCE(XMLSERVICE)
|
|
103
118
|
|
|
104
119
|
ENDTCPSVR SERVER(*HTTP) INSTANCE(XMLSERVICE)
|
|
105
|
-
```
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
#Issues
|
|
123
|
+
If you run into issues then please [here](https://bitbucket.org/litmis/xmlservice/issues?status=new&status=open).
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xmlservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tony Cairns
|
|
@@ -9,20 +9,20 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-05-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- - "
|
|
18
|
+
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '0'
|
|
21
|
-
type: :
|
|
21
|
+
type: :development
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- - "
|
|
25
|
+
- - ">="
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: '0'
|
|
28
28
|
description: Call IBM i PGM, SRVPGM, CMD, PASE
|