redsnow 0.1.0 → 0.1.1

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: 5a8a38283797a2cafbccf55b139a0b19e1c4eb8a
4
- data.tar.gz: 276d98c64b94e5e1ae32b5843732a2940e60fde0
3
+ metadata.gz: c108ce59dd6673b6811fd10745031465b752fd87
4
+ data.tar.gz: d92e537229e9a0c19acf887ec13209ed8948cc05
5
5
  SHA512:
6
- metadata.gz: ab1ebb2eb3f8453d1d3813b737faeea77189e6e945c4f47fe5a035e8c7194e931c7b23587333b2fad55215d76d14517572d62bdf492eb70b5d44c3244f3c0cca
7
- data.tar.gz: 36cbd238f7710f0cab49ba18791b369ce842d011831a1e3cb88300902ee37e5426e963b642987f16504ec8354520ea988e105d65e4ee7ede30a845bc8383079b
6
+ metadata.gz: 553dd1900ee7bb0aaf180dfee28a106a84acfc00513358e841f1591df5c43baaf48ee92b14b3094bc28d4b44380d73965a89c083151a64d5fc7ca3e1e550a3b5
7
+ data.tar.gz: 8ed43be3d25a0c670f92874633d41bf87be22528178cb5308bf5980b444841a045dd6890900e900509c17807ed684fa1b797971991e15621f7149b5fa5a62580
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
+ - 0.1.1 - Add bundler to dependency
2
3
  - 0.1.0 - Snow Crash updated to [0.12.1](https://github.com/apiaryio/snowcrash/releases/tag/v0.12.1)
3
4
  - 0.0.8 - Add support for [Parse Result](https://github.com/apiaryio/api-blueprint-ast/blob/master/Parse%20Result.md)
4
5
  - 0.0.7 - Fixed dependency, first public version
data/README.md CHANGED
@@ -1,7 +1,10 @@
1
- # RedSnow
1
+ ![logo](https://raw.github.com/apiaryio/api-blueprint/master/assets/logo_apiblueprint.png)
2
2
 
3
- Ruby binding for the Snow Crash library, also a thermonuclear weapon.
3
+ # RedSnow [![Build Status](https://travis-ci.org/apiaryio/redsnow.png?branch=master)](https://travis-ci.org/apiaryio/redsnow)
4
+ ### API Blueprint Parser for Ruby
5
+ Ruby binding for the [Snow Crash](https://github.com/apiaryio/snowcrash) library, also a thermonuclear weapon.
4
6
 
7
+ API Blueprint is Web API documentation language. You can find API Blueprint documentation on the [API Blueprint site](http://apiblueprint.org).
5
8
 
6
9
  ## Install
7
10
  The best way to install RedSnow is by using its [GEM package](https://rubygems.org/gems/redsnow).
@@ -1,4 +1,4 @@
1
1
  module RedSnow
2
2
  # Gem version
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
@@ -25,6 +25,7 @@ Gem::Specification.new do |gem|
25
25
 
26
26
  gem.add_dependency "ffi", "~> 1.9.3"
27
27
  gem.add_dependency "rake", "~> 10.3.2"
28
+ gem.add_dependency "bundler", "~> 1.7.0"
28
29
  gem.add_dependency "yard", "~> 0.8.7.4"
29
30
 
30
31
  gem.add_development_dependency "shoulda"
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.0
4
+ version: 0.1.1
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-07-23 00:00:00.000000000 Z
11
+ date: 2014-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 10.3.2
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 1.7.0
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 1.7.0
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: yard
43
57
  requirement: !ruby/object:Gem::Requirement