page_magic 1.2.5.alpha1 → 1.2.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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/page_magic.gemspec +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6584627499e544f3e30b7c7627042c703e35aa70
|
|
4
|
+
data.tar.gz: 2161eb43addf19c631b13095372e5408e0a67c5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 460b8db34d301ae3af7998b67ddcefe85025b6dd4268c1ecd58828d69b98f1391beea75eaf2f59e554a721d48af6f0de87640ea434f126d799fe856ba687f350
|
|
7
|
+
data.tar.gz: b2c6b553cb38681a2a489c583efa938b672da97ebdbc55e76e840e24d15fdd74901df61c0c84959d678d7c99c1c8aba78766598432a297b927db08fab7b4252d
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.5
|
|
1
|
+
1.2.5
|
data/page_magic.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: page_magic 1.2.
|
|
5
|
+
# stub: page_magic 1.2.5 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "page_magic"
|
|
9
|
-
s.version = "1.2.
|
|
9
|
+
s.version = "1.2.5"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Leon Davis"]
|
|
14
|
-
s.date = "2016-
|
|
14
|
+
s.date = "2016-07-28"
|
|
15
15
|
s.description = "Framework for modeling and interacting with webpages which wraps capybara"
|
|
16
16
|
s.email = "info@lad-tech.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -86,7 +86,7 @@ Gem::Specification.new do |s|
|
|
|
86
86
|
s.homepage = "https://github.com/ladtech/page_magic"
|
|
87
87
|
s.licenses = ["ruby"]
|
|
88
88
|
s.required_ruby_version = Gem::Requirement.new(">= 2.1")
|
|
89
|
-
s.rubygems_version = "2.4.
|
|
89
|
+
s.rubygems_version = "2.4.8"
|
|
90
90
|
s.summary = "Framework for modeling and interacting with webpages"
|
|
91
91
|
|
|
92
92
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: page_magic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.5
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Leon Davis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capybara
|
|
@@ -194,9 +194,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
version: '2.1'
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
requirements:
|
|
197
|
-
- - "
|
|
197
|
+
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version:
|
|
199
|
+
version: '0'
|
|
200
200
|
requirements: []
|
|
201
201
|
rubyforge_project:
|
|
202
202
|
rubygems_version: 2.4.8
|