sredder 0.0.7 → 0.0.8

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 CHANGED
@@ -8,6 +8,12 @@ Installation via the command line:
8
8
 
9
9
  $ gem install sredder
10
10
 
11
+ ## Auth Wrike
12
+
13
+ To auth sredder with Wrike, make sure to enter all 3 required arguments:
14
+
15
+ $ sredder -t "Faux Title" -m "Empty Promises" -h0
16
+
11
17
  ## Usage
12
18
 
13
19
  ```
@@ -99,7 +99,7 @@ module Sredder
99
99
  auth.run_oauth_procedure unless auth.authorized?
100
100
 
101
101
  request = GithubRequest.new(auth.token)
102
- request.get("https://api.github.com/repos/cloudClinic/cloudClinic-Server/pulls/#{options[:github_id]}")
102
+ request.get("https://api.github.com/repos/medeo/medeo-rails/pulls/#{options[:github_id]}")
103
103
 
104
104
  options[:title] = request.json["title"]
105
105
  options[:message] = request.json["body"].gsub("\n", "<br>")
@@ -1,3 +1,3 @@
1
1
  module Sredder
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: sredder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthew Robertson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement