msf 0.1.1 → 0.1.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/README.md +7 -6
- data/VERSION +1 -1
- data/msf.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -36,16 +36,17 @@ See erd/erd.png for an Entity Relationship Diagram of the MSF schema.
|
|
|
36
36
|
## Contributing to msf ##
|
|
37
37
|
|
|
38
38
|
* Checkout
|
|
39
|
+
`git clone git@github.com:bioteam/msf.git; cd msf`
|
|
39
40
|
* Fix bugs, add features
|
|
41
|
+
`<make changes>`
|
|
40
42
|
* Test
|
|
43
|
+
`rspec`
|
|
41
44
|
* Update version
|
|
45
|
+
`rake version:bump:patch`
|
|
46
|
+
* Commit changes
|
|
47
|
+
`git commit`
|
|
42
48
|
* Release
|
|
43
|
-
|
|
44
|
-
git clone git@github.com:bioteam/msf.git; cd msf
|
|
45
|
-
<make changes>
|
|
46
|
-
rspec
|
|
47
|
-
rake version:bump:patch
|
|
48
|
-
rake release
|
|
49
|
+
`rake release`
|
|
49
50
|
|
|
50
51
|
## Copyright ##
|
|
51
52
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/msf.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: msf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -259,7 +259,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
version: '0'
|
|
260
260
|
segments:
|
|
261
261
|
- 0
|
|
262
|
-
hash:
|
|
262
|
+
hash: 2406878685784829180
|
|
263
263
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
264
264
|
none: false
|
|
265
265
|
requirements:
|