ttcrypt 0.0.3 → 0.0.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: b88f2dc4431b1ba173947a270240d8fa9108037c
4
- data.tar.gz: c5118f3a7a1d341143436cebc6ab5db76bc4281c
3
+ metadata.gz: 13f2083435f389d9ede832807f7d3fda66cc5767
4
+ data.tar.gz: 86600501eb3eb204eae4c45c3c6bd442e4b9574e
5
5
  SHA512:
6
- metadata.gz: 54eb96a7ba642dd2ea8c565f8e80c3f9362274cb20577a424cd8ba7058bbc194bcba7209f070a0e198c500d9dd5c9b7ba8d80f90a32a02920fa09ca020301edc
7
- data.tar.gz: 35612669bd04001643923078904ed3f2822c0eb533f1b7d0102b38375c63d364816005f317425790d8281ef3d5cbeb8c2dd2df773663a8d7250dd9ac37f37eca
6
+ metadata.gz: dadc5f10d668a0f431e9938801222ad0f4c91c60e597920ecbc2fbdabda3c8818acc15a1c5498cc24b2d528d9b939787ec0490c289d5b935c7a3b689da8d82a2
7
+ data.tar.gz: 6b685164bcf2c5ca59528c346e4c05e5fac082d7235c51f99e87b7b2e812965e3b66d2642660d52365f3b0495268d788bbb184a557b97b5e816e5cea7cc756e7
@@ -26,6 +26,7 @@
26
26
 
27
27
  #include <iostream>
28
28
  #include <memory>
29
+ #include <functional>
29
30
 
30
31
  std::string sformat(const std::string fmt_str, ...);
31
32
  std::string vsformat(const std::string fmt_str, va_list args);
@@ -1,5 +1,5 @@
1
1
  module TTCrypt
2
2
 
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ttcrypt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sergeych
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-25 00:00:00.000000000 Z
11
+ date: 2014-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler