gemspec.yml in sdp-0.2.1 vs gemspec.yml in sdp-0.2.2

- old
+ new

@@ -1,16 +1,21 @@ name: sdp -summary: "Parse and create SDP (Session Description Protocol) text based on RFC4566." -description: "This gem allows for parsing SDP (Session Description Protocol) information in to a Ruby object, making it easy to read and work with that data. It also allows for easily creating SDP objects that can be converted to text using #to_s." +summary: + Parse and create SDP (Session Description Protocol) text based on RFC4566. +description: + This gem allows for parsing SDP (Session Description Protocol) information in + to a Ruby object, making it easy to read and work with that data. It also + allows for easily creating SDP objects that can be converted to text using #to_s. + license: MIT authors: sloveless email: steve.loveless@gmail.com homepage: http://rubygems.org/gems/sdp has_yard: true dependencies: - parslet: ~> 1.0.0 + parslet: ~> 1.1.0 development_dependencies: bundler: ~> 1.0.0 yard: ~> 0.6.0 - ore: ~> 0.1.0 + ore-core: ~> 0.1.0