atlassian-stash 0.1.0 → 0.1.1
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 +5 -4
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -9,8 +9,9 @@ Build instructions
|
|
|
9
9
|
|
|
10
10
|
Configuration
|
|
11
11
|
-------------
|
|
12
|
-
|
|
12
|
+
1. run `stash setup`
|
|
13
|
+
2. Setup a Git alias! ``git config --global alias.create-pull-request "stash pull-request \"\$0\""``
|
|
14
|
+
3. From your git repository, run `git create-pull-request master` to create a pull request from your current branch to master
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
stash_url: http://localhost:7990/stash
|
|
16
|
+
See the usage help for more information by running
|
|
17
|
+
stash help
|
data/Rakefile
CHANGED
|
@@ -15,9 +15,9 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "atlassian-stash"
|
|
18
|
-
gem.homepage = "https://bitbucket.org/
|
|
18
|
+
gem.homepage = "https://bitbucket.org/atlassian/atlassian-stash-rubygem"
|
|
19
19
|
gem.license = "MIT"
|
|
20
|
-
gem.summary = "
|
|
20
|
+
gem.summary = "Command line tools for Atlassian Stash"
|
|
21
21
|
gem.description = "Provides convenient functions for interacting with Atlassian Stash through the command line"
|
|
22
22
|
gem.email = "sruiz@atlassian.com"
|
|
23
23
|
gem.authors = ["Seb Ruiz"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Seb Ruiz
|
|
@@ -130,7 +130,7 @@ files:
|
|
|
130
130
|
- test/helper.rb
|
|
131
131
|
- test/test_stash-create-pull-request.rb
|
|
132
132
|
has_rdoc: true
|
|
133
|
-
homepage: https://bitbucket.org/
|
|
133
|
+
homepage: https://bitbucket.org/atlassian/atlassian-stash-rubygem
|
|
134
134
|
licenses:
|
|
135
135
|
- MIT
|
|
136
136
|
post_install_message:
|
|
@@ -158,6 +158,6 @@ rubyforge_project:
|
|
|
158
158
|
rubygems_version: 1.3.6
|
|
159
159
|
signing_key:
|
|
160
160
|
specification_version: 3
|
|
161
|
-
summary:
|
|
161
|
+
summary: Command line tools for Atlassian Stash
|
|
162
162
|
test_files: []
|
|
163
163
|
|