redsnow 0.1.3 → 0.1.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: 4c77d3abeb952177baf63c58d6a73f9e4fec74f9
4
- data.tar.gz: afa2d73de37d29ffbfa3b18daca644d2047dcef5
3
+ metadata.gz: 4ed4aacea58ee89b3a4e1315f3aa0072249f7c5f
4
+ data.tar.gz: a8017684f53acb8617db610e800de88d767190d7
5
5
  SHA512:
6
- metadata.gz: d43c806fe110d5829c630fa98dd15e5e89f9d30a4ea92186d3ca432d7aa4ff3675769026377ce74c08c528eaf24192a3d4d7c872d91fe19643df4a16951013c5
7
- data.tar.gz: f7873c7fa6a23cbad92bbc387a4525eb963ddf9c15403388b9bb6eeb4e17e8d32fd14010018419136c22f1876b7fb779cd36a71d3040947538507a87f9152d4a
6
+ metadata.gz: e4a2b80a3ba011e5bde1f56ab658a0e99110a9e0f6ac24c3226c62a77a8e1fedd806bb958d81634a1caa71c33bdb6ed8a6dc5b04b57767edd38e665d9e407201
7
+ data.tar.gz: 1ddd33c8835fc728f9c9fe9aa27374f7d2aca3da52e4e21e80e36d9060c5d41968ce78c32fe0b369bb3e44d1985959f6130035094fa056ac01d200778b2d1984
data/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
+ - 0.1.4 - Fixed install process [PR#20](https://github.com/apiaryio/redsnow/pull/20)
2
3
  - 0.1.3 - Add Element Reference method to KeyValueCollection class [PR#17](https://github.com/apiaryio/redsnow/pull/17)
3
4
  - 0.1.2 - Fix collection of resources inside ResourceGroup [PR#13](https://github.com/apiaryio/redsnow/pull/13)
4
5
  - 0.1.1 - Add bundler to dependency
data/Rakefile CHANGED
@@ -15,6 +15,7 @@ task :compile do
15
15
  if !File.exists?(path) || ENV['RECOMPILE']
16
16
  puts "Compiling extension..."
17
17
  `cd #{File.expand_path("ext/snowcrash/")} && ./configure --shared && make`
18
+ exit $?.exitstatus
18
19
  else
19
20
  puts "Extension already compiled. To recompile set env variable RECOMPILE=true."
20
21
  end
@@ -1,4 +1,4 @@
1
1
  module RedSnow
2
2
  # Gem version
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redsnow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ladislav Prskavec
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-03 00:00:00.000000000 Z
11
+ date: 2014-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi