jiraSOAP 0.5.2 → 0.5.3
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.markdown +7 -1
- data/lib/jiraSOAP/macruby_bonuses.rb +0 -1
- metadata +3 -3
data/README.markdown
CHANGED
|
@@ -62,13 +62,19 @@ TODO
|
|
|
62
62
|
Note on Patches/Pull Requests
|
|
63
63
|
-----------------------------
|
|
64
64
|
|
|
65
|
+
This project has a tendancy to change drastically between releases as it
|
|
66
|
+
is still unstable, so patches may not cleanly apply. It may be better to
|
|
67
|
+
just open an issue.
|
|
68
|
+
|
|
69
|
+
If you want to help by submitting patches:
|
|
70
|
+
|
|
65
71
|
* Fork the project.
|
|
66
72
|
* Make your feature addition or bug fix.
|
|
67
73
|
* Add tests for it. This is important so I don't break it in a
|
|
68
74
|
future version unintentionally.
|
|
69
75
|
* Commit, do not mess with rakefile, version, or history.
|
|
70
76
|
(if you want to have your own version, that is fine but
|
|
71
|
-
|
|
77
|
+
bump version in a commit by itself I can ignore when I pull)
|
|
72
78
|
* Send me a pull request. Bonus points for topic branches.
|
|
73
79
|
|
|
74
80
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.5.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Mark Rada
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-12-
|
|
17
|
+
date: 2010-12-11 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|