enju_library 0.2.0.beta.6 → 0.2.0.beta.7

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: ce1d7c6637629e89eedd47160f5bdf127f2b08e5
4
- data.tar.gz: 51b41e193b6eea1c4da8d30a39a00662fe0251a7
3
+ metadata.gz: d99cafa9e33418200cd2fe5c0a2eb1931cd99d71
4
+ data.tar.gz: bee9a19cc682a7949f26ec9f9032b69b8d306601
5
5
  SHA512:
6
- metadata.gz: ce3fbbe7aeec14b779943b2c61a0b0f02e71351342564da10a43985710793a263489dac3fe6b60f1fea5c09c607847744b80f844e57b732825f5252b435e4025
7
- data.tar.gz: 5dc50e0c7e13ac1177a04015b701fa29a016bb75bb2b7ca206e42c8f5b1744a1c5906a0ab52ae1fa8bf240c1f660ba8cd9047af9778e65b4bfa7271a54445074
6
+ metadata.gz: 287f324b2805c9eb09cbf23687325371353884505943007c45556f6519f40a1294670be410de42752aba844c8ed07f0f93d659c7007e73fa177b0d638197433b
7
+ data.tar.gz: cc6bdfe17d275dec87fe4a11e5e3dcf9fb90cfd88d8d9741fd181a6d03d1b5c52931dded794beca4d946ac0ea31158e0a939e0dce8dd7fda20a6bd0533db5b75
@@ -1,3 +1,3 @@
1
1
  module EnjuLibrary
2
- VERSION = "0.2.0.beta.6"
2
+ VERSION = "0.2.0.beta.7"
3
3
  end
@@ -1,10 +1,10 @@
1
1
  library_group_00001_translations_ja:
2
2
  locale: ja
3
- footer_banner: "[Next-L Enju Leaf __VERSION__](https://github.com/next-l/enju_leaf), オープンソース統合図書館システム | [このシステムについて](/page/about) | [不具合を報告する](https://github.com/next-l/enju_leaf/issues) | [マニュアル](http://next-l.github.io/manual/1.2/)<br/>\r\n\
4
- Developed by [Kosuke Tanabe](https://github.com/nabeta) and [Project Next-L](http://next-l.jp)."
3
+ footer_banner: "[Next-L Enju Leaf <%= EnjuLeaf::VERSION %>](https://github.com/next-l/enju_leaf), オープンソース統合図書館システム | [このシステムについて](/page/about) | [不具合を報告する](https://github.com/next-l/enju_leaf/issues) | [マニュアル](https://next-l.github.io/manual/1.2/)<br/>\r\n\
4
+ Developed by [Kosuke Tanabe](https://github.com/nabeta) and [Project Next-L](http://www.next-l.jp)."
5
5
  library_group_id: 1
6
6
  library_group_00001_translations_en:
7
7
  locale: en
8
- footer_banner: "[Next-L Enju Leaf __VERSION__](https://github.com/next-l/enju_leaf), an open source integrated library system | [About this system](/page/about) | [Report bugs](https://github.com/next-l/enju_leaf/issues) | [Manual](http://next-l.github.io/manual/1.2/)<br/>\r\n\
9
- Developed by [Kosuke Tanabe](https://github.com/nabeta) and [Project Next-L](http://next-l.jp)."
8
+ footer_banner: "[Next-L Enju Leaf <%= EnjuLeaf::VERSION %>](https://github.com/next-l/enju_leaf), an open source integrated library system | [About this system](/page/about) | [Report bugs](https://github.com/next-l/enju_leaf/issues) | [Manual](https://next-l.github.io/manual/1.2/)<br/>\r\n\
9
+ Developed by [Kosuke Tanabe](https://github.com/nabeta) and [Project Next-L](http://www.next-l.jp)."
10
10
  library_group_id: 1
@@ -26,12 +26,12 @@ EOS
26
26
  Next-L Enju, an open-source integrated library system. You can edit this message after logging in as Administrator.
27
27
  EOS
28
28
  footer_ja = <<"EOS"
29
- [Next-L Enju Leaf 1.1.4](https://github.com/next-l/enju_leaf), オープンソース統合図書館システム
30
- Developed by Kosuke Tanabe and [Project Next-L](http://www.next-l.jp) \| [不具合を報告する](https://github.com/next-l/enju_leaf/issues) \| [マニュアル](https://next-l.github.com/manual/)
29
+ [Next-L Enju Leaf #{EnjuLeaf::VERSION}](https://github.com/next-l/enju_leaf), オープンソース統合図書館システム
30
+ Developed by Kosuke Tanabe and [Project Next-L](http://www.next-l.jp) \| [このシステムについて](/page/about) \| [不具合を報告する](https://github.com/next-l/enju_leaf/issues) \| [マニュアル](https://next-l.github.com/manual/1.2/)
31
31
  EOS
32
32
  footer_en = <<"EOS"
33
- [Next-L Enju Leaf 1.1.4](https://github.com/next-l/enju_leaf), an open source integrated library system
34
- Developed by Kosuke Tanabe and [Project Next-L](http://www.next-l.jp) \| [Report bugs](https://github.com/next-l/enju_leaf/issues) \| [Manual](https://next-l.github.com/manual/)
33
+ [Next-L Enju Leaf #{EnjuLeaf::VERSION}](https://github.com/next-l/enju_leaf), an open source integrated library system
34
+ Developed by Kosuke Tanabe and [Project Next-L](http://www.next-l.jp) \| [About this system](/page/about) \| [Report bugs](https://github.com/next-l/enju_leaf/issues) \| [Manual](https://next-l.github.com/manual/1.2/)
35
35
  EOS
36
36
  library_group.login_banner_ja = login_ja if library_group.login_banner_ja.blank?
37
37
  library_group.login_banner_en = login_en if library_group.login_banner_en.blank?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_library
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.beta.6
4
+ version: 0.2.0.beta.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kosuke Tanabe