xmppify 0.0.14 → 0.0.15

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: 9c5e0a60d313da75717e280e692a954370eb0a5c
4
- data.tar.gz: 9a98163c4eff049cb12830961542ad1d0db66cc3
3
+ metadata.gz: 4fd897293d990dbbfdf6c39a01001c1a9915d8b8
4
+ data.tar.gz: 9745db0d40e90d76b25dd2910c0989361015c425
5
5
  SHA512:
6
- metadata.gz: 7c0fcdd49054258ebe01d3ab53c5ee4c3edc3d54543c6b0bbfb8bec6cc0735fd08409bf8ad9e2bf034a9d955c45a1939c2915a85547317111c29019c8ebf2356
7
- data.tar.gz: eb3162857cb91b6305026c988d23f01d44d63c599739fa41cd15b34baabf65694c5a3afaa6bba34a4df6abe5a6331e69cd025afecb64b65cd8df752c4773ce59
6
+ metadata.gz: 0841cea94609f27a2ac7993ae7b845bc41e17e0fde7caed40e6c5cedeb77670f85536b531497d8b60437d3e26e065f3ea5451ad87db6b3137eaf09967a03b68f
7
+ data.tar.gz: 73fd4b6090a42a5f45b944bd4aec9752b47fe7e5234f0e8dba0ebd3315739be1cec37e18f342f4cb88a6ec5edc8a821f402ca8e4ee7497677baebb0414883f73
@@ -1,3 +1,3 @@
1
1
  module Xmppify
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmppify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie
@@ -163,9 +163,9 @@ files:
163
163
  - app/controllers/ruby_bosh.rb
164
164
  - app/models/identity.rb
165
165
  - app/models/user.rb
166
- - app/views/layouts/_footer.html.erb
167
- - app/views/layouts/_header.html.erb
168
- - app/views/layouts/application.html.erb
166
+ - app/views/xmppify/layouts/_footer.html.erb
167
+ - app/views/xmppify/layouts/_header.html.erb
168
+ - app/views/xmppify/layouts/application.html.erb
169
169
  - bin/rails
170
170
  - db/migrate/20140329065635_create_users.rb
171
171
  - db/migrate/20140329070238_create_identities.rb