mumuki-bibliotheca 6.6.0 → 6.7.0

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
  SHA256:
3
- metadata.gz: c2281f1da3752127cb279d8cd36c5f69c8aac5d08797207282e8b16b6a2394af
4
- data.tar.gz: 66b7d8e186bb3cdd7daafb6c8de9cdfd796c715b992c45073c614e01b4c4a8c4
3
+ metadata.gz: bb1126e5d21d1b7fa98fbf71c961ce5b64ccbee9645fc70c517642193fe476f6
4
+ data.tar.gz: 6acce996ccb09b6a5c8f4f4e1d9bf13e2c3142b747383671f51207a7a4e3cf2e
5
5
  SHA512:
6
- metadata.gz: f5426299d93a93b8d30b594e762e26e0a9add195c77be7a7c7780407712af80451a005cd536d47527e2308aaf949b52e7d3e7a65006cba622dac654c0034d178
7
- data.tar.gz: 7d656c1502b6554f6380b70a0d22f1d09a1eca16f6c622d5a0d0e6de795b740329d4ead997c7ff679d7f513225767bdc7667b3e4c183b436b64bce657eb57308
6
+ metadata.gz: ff674f227ae3b6fb30db8a0efa87b9fb7de45f3c84b33312ce48e256017af06a6cbe02c88fb345b1f1c5840295d9d0ca9b0604a450a28d03d2048df3e7763e3a
7
+ data.tar.gz: 28ad20f9b7a5bbc4f21f208e99593d8053642aed83dc25702db97f5c4ecf2b290f8fcae6a4da5c5cc3a249df8225e0bdabefc62326f1563286c9668880e40d8c
@@ -33,7 +33,7 @@ class Mumuki::Bibliotheca::App < Sinatra::Application
33
33
  upsert_and_notify! :book
34
34
  end
35
35
 
36
- post '/book/:organization/:repository/fork' do
36
+ post '/books/:organization/:repository/fork' do
37
37
  fork! Book
38
38
  end
39
39
 
@@ -33,7 +33,7 @@ class Mumuki::Bibliotheca::App < Sinatra::Application
33
33
  upsert_and_notify! :topic
34
34
  end
35
35
 
36
- post '/book/:organization/:repository/fork' do
36
+ post '/topics/:organization/:repository/fork' do
37
37
  fork! Topic
38
38
  end
39
39
 
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Bibliotheca
3
- VERSION = '6.6.0'
3
+ VERSION = '6.7.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-bibliotheca
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.6.0
4
+ version: 6.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2019-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 6.6.0
75
+ version: 6.7.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 6.6.0
82
+ version: 6.7.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: mumukit-login
85
85
  requirement: !ruby/object:Gem::Requirement