rdd 0.0.1 → 0.0.2

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.
data/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  rvm:
2
2
  - 1.9.2
3
3
  - 1.9.3
4
- - rbx
4
+ # - rbx
5
5
  - jruby
6
6
  - ree
7
7
  - ruby-head
data/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # rdd Changelog
2
+
3
+ ## (unreleased) [![Gem Version](https://badge.fury.io/rb/rdd.png)](http://badge.fury.io/rb/rdd)
4
+
5
+ ## 0.0.2 (Jul 20, 2013)
6
+
7
+ * Add CHANGELOG
8
+ * Update gemspec
9
+
10
+ ## 0.0.1 (Feb 2, 2013)
11
+
12
+ * Initial release
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
- dm-regex
1
+ rdd
2
2
  ===
3
3
 
4
4
  [![Build Status](https://travis-ci.org/locochris/rdd.png)](https://travis-ci.org/locochris/rdd)
5
+ [![Gem Version](https://badge.fury.io/rb/rdd.png)](http://badge.fury.io/rb/rdd)
5
6
  [![Dependency Status](https://gemnasium.com/locochris/rdd.png)](https://gemnasium.com/locochris/rdd)
6
7
 
7
8
  Installation
@@ -14,6 +15,7 @@ gem install rdd
14
15
  # Usage
15
16
 
16
17
  * create a `spec/readme_spec.rb` spec file
18
+
17
19
  ``` ruby
18
20
  require 'rdd/rspec'
19
21
 
@@ -21,6 +23,7 @@ describe_readme(File.expand_path('../../../README.md', __FILE__))
21
23
  ```
22
24
 
23
25
  * run the spec
26
+
24
27
  ```
25
28
  rspec -cfn spec/readme_spec.rb
26
29
  ```
data/lib/rdd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RDD
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/rdd.gemspec CHANGED
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.summary = 'RDD - Readme Driven Development - runs examples found in README files'
10
10
  gem.description = gem.summary
11
11
  gem.homepage = "http://github.com/locochris/#{gem.name}"
12
+ gem.licenses = %w{BSD MIT}
12
13
 
13
14
  gem.files = `git ls-files`.split("\n")
14
15
  gem.test_files = `git ls-files -- {spec}/*`.split("\n")
@@ -16,8 +17,6 @@ Gem::Specification.new do |gem|
16
17
  gem.require_paths = [ 'lib' ]
17
18
  gem.version = RDD::VERSION
18
19
 
19
- gem.required_ruby_version = '>= 1.9.2'
20
-
21
20
  gem.add_development_dependency('rake', '~> 10.0')
22
21
  gem.add_development_dependency('rspec', '~> 2.0')
23
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-02 00:00:00.000000000 Z
12
+ date: 2013-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -52,6 +52,7 @@ extra_rdoc_files: []
52
52
  files:
53
53
  - .gitignore
54
54
  - .travis.yml
55
+ - CHANGELOG.md
55
56
  - Gemfile
56
57
  - README.md
57
58
  - Rakefile
@@ -61,7 +62,9 @@ files:
61
62
  - rdd.gemspec
62
63
  - spec/rdd/readme_spec.rb
63
64
  homepage: http://github.com/locochris/rdd
64
- licenses: []
65
+ licenses:
66
+ - BSD
67
+ - MIT
65
68
  post_install_message:
66
69
  rdoc_options: []
67
70
  require_paths:
@@ -71,7 +74,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
74
  requirements:
72
75
  - - ! '>='
73
76
  - !ruby/object:Gem::Version
74
- version: 1.9.2
77
+ version: '0'
78
+ segments:
79
+ - 0
80
+ hash: 298475664353416298
75
81
  required_rubygems_version: !ruby/object:Gem::Requirement
76
82
  none: false
77
83
  requirements:
@@ -80,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
86
  version: '0'
81
87
  segments:
82
88
  - 0
83
- hash: 2687271622349677059
89
+ hash: 298475664353416298
84
90
  requirements: []
85
91
  rubyforge_project:
86
92
  rubygems_version: 1.8.24