minidoc 1.0.0.rc2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +3 -1
- data/lib/minidoc/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a93bcb6c9ec2ce2f698542c38ee475a3a246c65
|
4
|
+
data.tar.gz: 6b079b09ae01f3d2872669026ff0f3030265ea15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dc2ef8cd682a5d54ded8bc8777f2c886edce48c22770ae61bc598672be1d45c7e2eae1e7d8d1c03340e169246b46583b95e529368bbfc55bd5ad43a336770d5
|
7
|
+
data.tar.gz: 188a9383eeeb2b80df81900ac8cddb84247b9b442db439a0890c438543f267dd35305abea33ecdc362253d948fdc931bd65da365d410e4bf6768d98bd816130f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -144,7 +144,9 @@ When making a pull request, please update the [changelog](CHANGELOG.md).
|
|
144
144
|
|
145
145
|
* Update the changelog to mark the unreleased changes as part of the new release.
|
146
146
|
* Update the version.rb with the new version number
|
147
|
-
*
|
147
|
+
* Make a pull request with those changes
|
148
|
+
* Merge those changes to master
|
149
|
+
* Check out and pull down the latest master locally
|
148
150
|
* `rake release` which will
|
149
151
|
* tag the latest commit based on version.rb
|
150
152
|
* push to github
|
data/lib/minidoc/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minidoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Helmkamp
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-10-
|
12
|
+
date: 2016-10-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -147,9 +147,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
147
147
|
version: '0'
|
148
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
|
-
- - "
|
150
|
+
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version:
|
152
|
+
version: '0'
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
155
|
rubygems_version: 2.5.1
|