rubysl-rexml 2.0.1 → 2.0.2

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: f2dcb560e63dac60be850a3109d1f5775b5847b2
4
- data.tar.gz: 8e6659caa5224404cdeeb2c039dc051b2eeae6f0
3
+ metadata.gz: 3751b93c373f7a55b5ff12266574f5ce5e6561b9
4
+ data.tar.gz: e90b36ed09e4fc6b665024dc7565098c8838ec9d
5
5
  SHA512:
6
- metadata.gz: e5cab30fb1725a2107ab2fa15bf6027c7bfae1282105a74a09f1ca004b63a1d5f68c6351b1da78d5753e7935c6f40f9d82c06f5796820718d4cfeb054eb53ebe
7
- data.tar.gz: edbd1a851942e68796deef805874ff3415b5fb8e67be7246e13477ab2f96bcf404d08310f37a1dfb32c1c0528b01ffce94f9fb485950bc147bca7081c5e08dc4
6
+ metadata.gz: ff28446a23790d85cbabe96bc2e22c100917f7397203d2eeaa922d47d4969fdbfaf7e49b9d3a658675987b788423640e6514a41b82acc3a2a78163ff3978bff2
7
+ data.tar.gz: 36a51c05065fd86ef5e3d3292e1a42d7c64e588c54f6701fe8e8c0cc283ba009e79753861d0dc2b1107f741ae2c03701f24c7e3b09fc6fb043d96526d9ef097f
@@ -1,9 +1,14 @@
1
1
  language: ruby
2
- before_install:
3
- - rvm use $RVM --install --binary --fuzzy
4
- - gem update --system
5
- - gem --version
6
- - gem install rubysl-bundler
7
2
  env:
8
- - RVM=rbx-nightly-d21 RUBYLIB=lib
9
- script: bundle exec mspec spec
3
+ - RUBYLIB=lib
4
+ - RUBYLIB=
5
+ script: mspec spec
6
+ rvm:
7
+ - 2.0.0
8
+ - rbx-2.1.1
9
+ matrix:
10
+ exclude:
11
+ - rvm: 2.0.0
12
+ env: RUBYLIB=lib
13
+ - rvm: rbx-2.1.1
14
+ env: RUBYLIB=
@@ -0,0 +1 @@
1
+ require 'rubysl/rexml'
@@ -1,5 +1,5 @@
1
1
  module RubySL
2
2
  module REXML
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysl-rexml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-02 00:00:00.000000000 Z
11
+ date: 2013-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,6 +79,7 @@ files:
79
79
  - LICENSE
80
80
  - README.md
81
81
  - Rakefile
82
+ - lib/rexml.rb
82
83
  - lib/rexml/attlistdecl.rb
83
84
  - lib/rexml/attribute.rb
84
85
  - lib/rexml/cdata.rb