github 0.6.1 → 0.6.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.
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github (0.6.1)
4
+ github (0.6.2)
5
5
  highline (~> 1.5.1)
6
- json (~> 1.4.6)
6
+ json_pure (~> 1.5.1)
7
7
  launchy (~> 0.3.7)
8
8
  text-format (= 1.0.0)
9
9
  text-hyphen (= 1.0.0)
@@ -26,7 +26,7 @@ GEM
26
26
  configuration (1.2.0)
27
27
  highline (1.5.2)
28
28
  i18n (0.5.0)
29
- json (1.4.6)
29
+ json_pure (1.5.1)
30
30
  launchy (0.3.7)
31
31
  configuration (>= 0.0.5)
32
32
  rake (>= 0.8.1)
@@ -1,3 +1,7 @@
1
+ == 0.6.2 2011-04-03
2
+
3
+ * No C-extension dependencies by default (using json_pure instead of json)
4
+
1
5
  == 0.6.1 2011-04-03
2
6
 
3
7
  * Can install github into ruby 1.9
data/README.md CHANGED
@@ -14,6 +14,15 @@ Run it:
14
14
  $ github <command> <args>
15
15
  $ gh <command> <args>
16
16
 
17
+ ## Requirements
18
+
19
+ Only installs pure JSON gem `json_pure` by default. If you are able to install the C-extension `json` gem, it will use that instead.
20
+
21
+ Try:
22
+
23
+ gem install json github
24
+
25
+
17
26
  ## Pulling Upstream Changes
18
27
 
19
28
  Let's say you just forked `github-gem` on GitHub from defunkt.
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.add_dependency "text-hyphen", "1.0.0"
23
23
  s.add_dependency "text-format", "1.0.0"
24
24
  s.add_dependency "highline", "~> 1.5.1"
25
- s.add_dependency "json", "~> 1.4.6"
25
+ s.add_dependency "json_pure", "~> 1.5.1"
26
26
  s.add_dependency "launchy", "~> 0.3.7"
27
27
 
28
28
  s.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module GitHub
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: github
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.1
5
+ version: 0.6.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Wanstrath
@@ -50,13 +50,13 @@ dependencies:
50
50
  prerelease: false
51
51
  version_requirements: *id003
52
52
  - !ruby/object:Gem::Dependency
53
- name: json
53
+ name: json_pure
54
54
  requirement: &id004 !ruby/object:Gem::Requirement
55
55
  none: false
56
56
  requirements:
57
57
  - - ~>
58
58
  - !ruby/object:Gem::Version
59
- version: 1.4.6
59
+ version: 1.5.1
60
60
  type: :runtime
61
61
  prerelease: false
62
62
  version_requirements: *id004
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
175
  requirements:
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- hash: -1545769033972644842
178
+ hash: 777213638936461035
179
179
  segments:
180
180
  - 0
181
181
  version: "0"
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- hash: -1545769033972644842
187
+ hash: 777213638936461035
188
188
  segments:
189
189
  - 0
190
190
  version: "0"