angular_automation 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/angular_automation.gemspec +1 -1
- data/lib/angular_automation/version.rb +1 -1
- data/release_notes.md +6 -0
- 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: d9cda484c4043f857847581bcb2c1e3716544d04
|
4
|
+
data.tar.gz: 30efec13866650b388f7388a83905b48fe514bdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b10a4227a8754b085f027b9472d722c72c97a85c81d995d2f28f3206b4eebc3fc3e1586a218704b0868a9059df7e5fd9948141576337e409c094545e9066d4dc
|
7
|
+
data.tar.gz: e23088a3f072614f87a78b603c1aacf72ba5c1409931253ccabe5ff2ae0eb73af96645e9e4c5ded3111af2628ea666974f191c8b6264b672aec2d0c5e49e437a
|
data/angular_automation.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.add_runtime_dependency 'rspec_flake', '>= 0.2.2'
|
21
21
|
spec.add_runtime_dependency 'rspec_junit', '>= 2.0.1'
|
22
22
|
spec.add_runtime_dependency 'angular_page_object', '>= 1.0.0'
|
23
|
-
spec.add_runtime_dependency 'page_object_stubs', '>= 0.0
|
23
|
+
spec.add_runtime_dependency 'page_object_stubs', '>= 1.0.0'
|
24
24
|
spec.add_runtime_dependency 'sauce_ruby', '>= 3.5.8'
|
25
25
|
spec.add_runtime_dependency 'trace_files', '>= 0.0.2'
|
26
26
|
spec.add_runtime_dependency 'pry', '>= 0.10.1'
|
data/release_notes.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
#### v0.0.20 2015-06-06
|
2
|
+
|
3
|
+
- [37ef254](https://github.com/bootstraponline/angular_automation/commit/37ef2548a334a0ed56de469ec432b916482eea1e) Release 0.0.20
|
4
|
+
- [14fe6e1](https://github.com/bootstraponline/angular_automation/commit/14fe6e15a84a36a13157b29c3f057bdcba271a11) Update page_object_stubs to 1.0.0
|
5
|
+
|
6
|
+
|
1
7
|
#### v0.0.19 2015-06-06
|
2
8
|
|
3
9
|
- [978adaf](https://github.com/bootstraponline/angular_automation/commit/978adaf11a10715c0ceef481e730601010375fc7) Release 0.0.19
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: angular_automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- code@bootstraponline.com
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.0
|
75
|
+
version: 1.0.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.0
|
82
|
+
version: 1.0.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: sauce_ruby
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|