page_magic 1.0.0.alpha19 → 1.0.0.alpha20
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/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49ba851eb365dd26d8f8a4f31d5d9a00edd453a5
|
4
|
+
data.tar.gz: dddb7d4942c3a1957e2ace92af5cfe9420cb4b56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3034f818fb008d3c2efb696be112f0c1fc5f69c33618ad148ae98a2ab5fc728d5c30ea40835428dcf3164b37cc9e23de548c556b5f484e16b003faf1c828c547
|
7
|
+
data.tar.gz: 91090c400e40cbbee6cb9e6c3b0c2b1bc28c810da8c8fd492d80c867dbf15bb4fedd29326f9b917ceb2c497aef0bb78eeb37108ff04d30f58b92a27dc9501a57
|
data/Rakefile
CHANGED
@@ -14,6 +14,7 @@ Jeweler::Tasks.new do |gem|
|
|
14
14
|
gem.description = 'Framework for modeling and interacting with webpages which wraps capybara'
|
15
15
|
gem.email = 'info@lad-tech.com'
|
16
16
|
gem.authors = ['Leon Davis']
|
17
|
+
gem.required_ruby_version = '>= 2.1'
|
17
18
|
end
|
18
19
|
|
19
20
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.0.
|
1
|
+
1.0.0.alpha20
|
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.0.0.
|
4
|
+
version: 1.0.0.alpha20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leon Davis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
193
193
|
requirements:
|
194
194
|
- - ">="
|
195
195
|
- !ruby/object:Gem::Version
|
196
|
-
version: '
|
196
|
+
version: '2.1'
|
197
197
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
198
198
|
requirements:
|
199
199
|
- - ">"
|