agile-proxy 0.1.6 → 0.1.7
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/Gemfile.lock +1 -1
- data/README.md +5 -0
- data/assets/ui/app/routes.js +2 -1
- data/lib/agile_proxy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f910120525e74c3bffe004eb5ec11fd23eff979
|
|
4
|
+
data.tar.gz: ceedb0aca91eba1bc0b9a835a3bd85e4e25e8d42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ed9c1503cae9543509d9f3650c47d214b69e7d8e85a0cdb53ca3504bdbf501f5a1cef8642d8999e5699873ef7e2400ee498efff453ee9f8ff779b2132a84876
|
|
7
|
+
data.tar.gz: f2c3924a192881c3960da34b36863efc6f1c0f5c2c9fe1c7868cb92e6483a4e9a3ca42514471a9c683c00fb880499228304e4dc91a28e46b1fe22e04aeca9e77
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -58,6 +58,11 @@ it 'should stub google' do
|
|
|
58
58
|
page.should have_content("I'm not Google!")
|
|
59
59
|
end
|
|
60
60
|
```
|
|
61
|
+
## Support
|
|
62
|
+
|
|
63
|
+
To discuss issues, goto https://groups.google.com/forum/#!forum/agileproxygem
|
|
64
|
+
|
|
65
|
+
Or, if you have an issue that you want to report - please use the issues list in this repository
|
|
61
66
|
|
|
62
67
|
## Installation
|
|
63
68
|
|
data/assets/ui/app/routes.js
CHANGED
|
@@ -5,6 +5,7 @@ angular.module('AgileProxy').config(function ($routeProvider) {
|
|
|
5
5
|
templateUrl: '/ui/app/view/stubs.html',
|
|
6
6
|
controller: 'StubsCtrl'
|
|
7
7
|
}).otherwise({
|
|
8
|
-
templateUrl: '/ui/app/view/
|
|
8
|
+
templateUrl: '/ui/app/view/stubs.html',
|
|
9
|
+
controller: 'StubsCtrl'
|
|
9
10
|
})
|
|
10
11
|
});
|
data/lib/agile_proxy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agile-proxy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gary Taylor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|