libxml_extensions 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: e8d7ad00ae2023883600d8fdedfcb9f48e5a447a816117f7c30b8d54cbb985d2
4
- data.tar.gz: 35af370f12c0953817ae4a1d740fef3884b9b7094efca1d59f0ff0a186cac4b4
3
+ metadata.gz: de9a6c967f99a8e3786bbedc87eea4a4647d391078cd110a29eeee5b815067e8
4
+ data.tar.gz: dc774d9680e3a26af940d4fec8406507541822cd88cbe28792aee401e533bd96
5
5
  SHA512:
6
- metadata.gz: eba72766e7d076117ed6636e0727e4cd8c61814802d747307238a10c75b65bfbd840eafe6d38961803bf57372eedfc7ed46fc65730eb79cbfe99056b4754cea3
7
- data.tar.gz: e43558c853efd06dcba7ce16342a09b6a79383bcd5b6443fd4a83d967a1015c5080b36219898702047ace408a5bc5cdf456c137e60bce492fb006f269ca1a157
6
+ metadata.gz: a30dd44fb18fb7e84adf729de76087731685dea4ca0d546a2f798814b7ce6fd382f17d73e1aae15f1bdb4ff40d2a87cadcb9eeea0fb5e0a302e812a386981ce9
7
+ data.tar.gz: d128d9611ea50635b0487916e56c3009e1088f6311c6ed14a97a0bd9e2124dfed786a274add9131a9f8f947fc4b92989b36019124b761e5c3d5bdd65c5777a8b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- libxml_extensions (0.2.0)
4
+ libxml_extensions (0.3.0)
5
5
  libxml-ruby (= 2.8.0)
6
6
 
7
7
  GEM
@@ -33,3 +33,5 @@ DEPENDENCIES
33
33
  rake (~> 10.0)
34
34
  rspec
35
35
 
36
+ BUNDLED WITH
37
+ 2.0.2
@@ -1,3 +1,3 @@
1
1
  module LibxmlExtensions
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -11,14 +11,14 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Provides methods to add arrays and hashes to LibXML::Node}
13
13
  spec.description = %q{Allows shortcut APIs for LibXML Node to add arrays and hashes}
14
- spec.homepage = "https://code.engine.sourcefire.com/Cloud/libxml_extensions"
14
+ spec.homepage = "https://github.com/Cisco-AMP/libxml_extensions"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  if spec.respond_to?(:metadata)
20
20
  spec.metadata["homepage_uri"] = spec.homepage
21
- spec.metadata["source_code_uri"] = "https://code.engine.sourcefire.com/Cloud/libxml_extensions"
21
+ spec.metadata["source_code_uri"] = "https://github.com/Cisco-AMP/libxml_extensions"
22
22
  else
23
23
  raise "RubyGems 2.0 or newer is required to protect against " \
24
24
  "public gem pushes."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libxml_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - portal-team
@@ -88,12 +88,12 @@ files:
88
88
  - lib/libxml_extensions.rb
89
89
  - lib/libxml_extensions/version.rb
90
90
  - libxml_extensions.gemspec
91
- homepage: https://code.engine.sourcefire.com/Cloud/libxml_extensions
91
+ homepage: https://github.com/Cisco-AMP/libxml_extensions
92
92
  licenses:
93
93
  - MIT
94
94
  metadata:
95
- homepage_uri: https://code.engine.sourcefire.com/Cloud/libxml_extensions
96
- source_code_uri: https://code.engine.sourcefire.com/Cloud/libxml_extensions
95
+ homepage_uri: https://github.com/Cisco-AMP/libxml_extensions
96
+ source_code_uri: https://github.com/Cisco-AMP/libxml_extensions
97
97
  post_install_message:
98
98
  rdoc_options: []
99
99
  require_paths: