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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 907af22505b2fc36697c915ab321cd086fe44841
4
- data.tar.gz: 5ce0623fb02873eeebfb588f4efb58c81b2fea78
3
+ metadata.gz: 3f910120525e74c3bffe004eb5ec11fd23eff979
4
+ data.tar.gz: ceedb0aca91eba1bc0b9a835a3bd85e4e25e8d42
5
5
  SHA512:
6
- metadata.gz: adf22566936becb8ff1cf8c97019cd618bfff993460d62e15fd167daf9ffe73a930d6870b014b5e57c25ad196477b24c3105adea271dc97167eb57ce8ab4eac1
7
- data.tar.gz: 39b846388b7ac3d5aaf84b2a7aaae0a7353aab849e00c443b5f20882792d5d9cdb6c775a6a4c48d85db886c56d881089baea625f4a637bdc902f4e439af3f355
6
+ metadata.gz: 9ed9c1503cae9543509d9f3650c47d214b69e7d8e85a0cdb53ca3504bdbf501f5a1cef8642d8999e5699873ef7e2400ee498efff453ee9f8ff779b2132a84876
7
+ data.tar.gz: f2c3924a192881c3960da34b36863efc6f1c0f5c2c9fe1c7868cb92e6483a4e9a3ca42514471a9c683c00fb880499228304e4dc91a28e46b1fe22e04aeca9e77
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- agile-proxy (0.1.6)
4
+ agile-proxy (0.1.7)
5
5
  activerecord (~> 4.1.6)
6
6
  em-http-request (~> 1.1.2)
7
7
  em-synchrony (~> 1.0.3)
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
 
@@ -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/404.html'
8
+ templateUrl: '/ui/app/view/stubs.html',
9
+ controller: 'StubsCtrl'
9
10
  })
10
11
  });
@@ -2,5 +2,5 @@
2
2
  #
3
3
  # The Agile Proxy module is a common namespace for all classes / sub modules.
4
4
  module AgileProxy
5
- VERSION = '0.1.6'
5
+ VERSION = '0.1.7'
6
6
  end
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.6
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-04 00:00:00.000000000 Z
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake