citadel-ruby-client 0.2.3 → 0.2.4

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: bd1bb054c81a44a1d1967ceac2f345f4f58f4d9d
4
- data.tar.gz: 3e454380db4628fe61ac5ac112bb4b98248e9608
3
+ metadata.gz: a4eee5298d36847880bb589c348a9a4bfd65da06
4
+ data.tar.gz: 4b5c9fd87308bc695519f69cd607dec4a5d24f4e
5
5
  SHA512:
6
- metadata.gz: 263db87a464508a400050ecb1fdc37eeffb08862fac17adc067043bb9135f0561f317cc763e7dd7ff91a8ade57f2a7d27bfeec291831667aa4be16c893854f70
7
- data.tar.gz: 595b9b9a4343a62666adbe1653ea66dd9d360eb3a9fb4e1af0eae4cd1b5d9941bd472c11fe77b99c5c3dda0496e8cf988cebfde1c7b8f124a65180f403b09322
6
+ metadata.gz: a2d6f85519efe496b7ba4724fabb30011827a55c348405c67a666296702543620d9f1a716b28e34a9ad19467cf7e4d8570332dbebe8af08d77b9e04c4f870389
7
+ data.tar.gz: 9520e30a10ae1650767ab07a6bfeb9309bb895d690e78ac860ef67208d83387f78aebd78e1716a7648d5d1f2411886c52f3b160bf266a5d653530f9d8dced4a8
@@ -2,9 +2,9 @@
2
2
 
3
3
  require 'http'
4
4
  require 'json'
5
- require 'citadel/authenticator'
6
- require 'citadel/matrix_paths'
7
- require 'citadel/matrix_interceptor'
5
+ require 'citadel-ruby-client/authenticator'
6
+ require 'citadel-ruby-client/matrix_paths'
7
+ require 'citadel-ruby-client/matrix_interceptor'
8
8
 
9
9
  module Citadel
10
10
 
@@ -0,0 +1,3 @@
1
+ module Citadel
2
+ VERSION = "0.2.4"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: citadel-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claire Dufetrelle
@@ -93,11 +93,11 @@ executables: []
93
93
  extensions: []
94
94
  extra_rdoc_files: []
95
95
  files:
96
- - lib/citadel.rb
97
- - lib/citadel/authenticator.rb
98
- - lib/citadel/matrix_interceptor.rb
99
- - lib/citadel/matrix_paths.rb
100
- - lib/citadel/version.rb
96
+ - lib/citadel-ruby-client.rb
97
+ - lib/citadel-ruby-client/authenticator.rb
98
+ - lib/citadel-ruby-client/matrix_interceptor.rb
99
+ - lib/citadel-ruby-client/matrix_paths.rb
100
+ - lib/citadel-ruby-client/version.rb
101
101
  homepage: http://rubygems.org/gems/citadel-ruby-client
102
102
  licenses:
103
103
  - MIT
@@ -1,3 +0,0 @@
1
- module Citadel
2
- VERSION = "0.2.3"
3
- end