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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 144a079b40fddf950847c622b79dd69ec3d6fee1
4
- data.tar.gz: 492831cd4db9f1df18d1c8d1b0db060c803bf88a
3
+ metadata.gz: fba28b70c7a9ec44196e47c169e155354c568b6c
4
+ data.tar.gz: b3a2c51b00dbff1967a9eda1912361782f63b32e
5
5
  SHA512:
6
- metadata.gz: 5e87225df5de612cd512647bb667263a37ff448d252093260e498c67e82153ea696f01a1bb00f93e186d488e63d2d10d26a6076fbfaa8774378b914e192db999
7
- data.tar.gz: 813f3be8dbaab68413ac22e8fd8197d2e3119854561fc1705fccb760a6683e07d490201b14d7e9bbc386082467d20c035e5d41eaef3336efea73a0b2f1aeb2d0
6
+ metadata.gz: 8de377ae321a47d1bc86b5d952554ba17483b886e4ecdc59f239fefa76bc98ea30a9bbf9ee36dd816c662ed67b3554fed721029da5729e56bbaf104cd7831602
7
+ data.tar.gz: 6ad91921dd5e5e85618d5fcbbdb30d557807ba2e5fae69e5413ad6ac2b5ff92b43afd04e628f7db18035e8316af795f9e694ead06a2c756bc223d6285200a4db
@@ -0,0 +1 @@
1
+ require 'haml-rails'
@@ -1,3 +1,3 @@
1
1
  module Apipony
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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