apipony 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/haml.rb +1 -0
- data/lib/apipony/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fba28b70c7a9ec44196e47c169e155354c568b6c
|
4
|
+
data.tar.gz: b3a2c51b00dbff1967a9eda1912361782f63b32e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8de377ae321a47d1bc86b5d952554ba17483b886e4ecdc59f239fefa76bc98ea30a9bbf9ee36dd816c662ed67b3554fed721029da5729e56bbaf104cd7831602
|
7
|
+
data.tar.gz: 6ad91921dd5e5e85618d5fcbbdb30d557807ba2e5fae69e5413ad6ac2b5ff92b43afd04e628f7db18035e8316af795f9e694ead06a2c756bc223d6285200a4db
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'haml-rails'
|
data/lib/apipony/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: apipony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Novikov
|
@@ -177,6 +177,7 @@ files:
|
|
177
177
|
- app/controllers/apipony/application_controller.rb
|
178
178
|
- app/views/apipony/application/index.html.haml
|
179
179
|
- app/views/layouts/apipony/application.html.haml
|
180
|
+
- config/initializers/haml.rb
|
180
181
|
- config/routes.rb
|
181
182
|
- lib/apipony.rb
|
182
183
|
- lib/apipony/base.rb
|