api_canon 0.2.8 → 0.3.0
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/app/views/layouts/api_canon.html.erb +0 -2
- data/lib/api_canon/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 015c10ce864e09df6f0aafddd61441588d89c016
|
|
4
|
+
data.tar.gz: 283d2444de9b879f4f435a466ddeb8ff9f8e7cd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43326d08ee1eeb4aaa3705672114b1421bb566f33dfb5992651a21b2473cd7a54bf82626b2a8a6594f3f0950cdf808d977f706078e8cea7ab48cef2b5614e5d0
|
|
7
|
+
data.tar.gz: 4c5cfb283e87a533c01b39d7c00cc6b4a49859f4809a24abbda6a1c43016dbffb42016f02f38a20760fd8826fc2fd1d2db7f48ed3c7500e7e335cdd8f546fc61
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
|
14
14
|
}
|
|
15
15
|
</style>
|
|
16
|
-
<%= stylesheet_link_tag "application", :media => "all" %>
|
|
17
16
|
|
|
18
17
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
19
18
|
<!--[if lt IE 9]>
|
|
@@ -60,7 +59,6 @@
|
|
|
60
59
|
================================================== -->
|
|
61
60
|
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
|
|
62
61
|
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
|
|
63
|
-
<%= javascript_include_tag "application" %>
|
|
64
62
|
|
|
65
63
|
</body>
|
|
66
64
|
</html>
|
data/lib/api_canon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_canon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cameron Walsh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-05-
|
|
11
|
+
date: 2013-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -133,4 +133,3 @@ test_files:
|
|
|
133
133
|
- spec/lib/api_canon/documented_action_spec.rb
|
|
134
134
|
- spec/lib/api_canon_spec.rb
|
|
135
135
|
- spec/dummy/log/test.log
|
|
136
|
-
has_rdoc:
|