sekka 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3485dd4e71a4fd13a045a227b6300cc99ba2a82
4
- data.tar.gz: b033b003f3d31322ea053f08f109d872e638e814
3
+ metadata.gz: bebf2d285ac73dd1a847456ec1f912b3aa0787df
4
+ data.tar.gz: 01c6386aacbe19cc50ccecc42641b71a38268930
5
5
  SHA512:
6
- metadata.gz: 895c7ccd8ea688d1e2f8cade2802b338c18f5efa17fb23915850d34c00c7450e09c8768008ef2ff01f7eb8377a709eb0088a7595c112444c8c67b6e214262437
7
- data.tar.gz: 7a911146acc8dba8e8bafeb01495781d62f05b21ff4f0c592862d6205730f8115e7f3f7d8dd1b16d1879cbcae9b23792ffb99f7795b24371b229c9f0bf4456cf
6
+ metadata.gz: d21b8a6ae87724f323e88958ddb5f032f76cfaf66d93b9077c98eac4ef44d9e1d143c1f83d938b834caebecfffc792a0889ef0af5361f05e85bb2d7b3ea11f53
7
+ data.tar.gz: db12de565ae538b2dcb8705cf48d1bb6b969fd4723384c6f28c53ca1e09a1ed823cc3e5a9636fca8e24c96ebc39add336a7abf5c7d61673445ffc3067809258a
data/Rakefile CHANGED
@@ -94,7 +94,11 @@ task :compile do
94
94
  [ lines,
95
95
  lines.map {|line|
96
96
  if line.match( /;;SEKKA-VERSION/ )
97
- sprintf( ' "%s" ;;SEKKA-VERSION', vh.to_s ) + "\n"
97
+ if line.match( /Version:/ )
98
+ sprintf( ';; Version: %s ;;SEKKA-VERSION', vh.to_s ) + "\n"
99
+ else
100
+ sprintf( ' "%s" ;;SEKKA-VERSION', vh.to_s ) + "\n"
101
+ end
98
102
  else
99
103
  line
100
104
  end
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 5
4
- :patch: 5
4
+ :patch: 6