campfire_export 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -94,6 +94,7 @@ Also, thanks much for all the help, comments and contributions:
94
94
  * [Brad Greenlee](https://github.com/bgreenlee)
95
95
  * [Andre Arko](https://github.com/indirect)
96
96
  * [Brian Donovan](https://github.com/eventualbuddha)
97
+ * [Andrew Wong](https://github.com/andrewwong1221)
97
98
 
98
99
  As mentioned above, some of the work on this was done by other people. The
99
100
  Gist I forked had contributions from:
@@ -19,9 +19,9 @@ Gem::Specification.new do |s|
19
19
  s.add_development_dependency "bundler", "~> 1.0.15"
20
20
  s.add_development_dependency "fuubar", "~> 0.0.5"
21
21
  s.add_development_dependency "rspec", "~> 2.6.0"
22
- s.add_development_dependency "tzinfo", "~> 0.3.29"
23
- s.add_development_dependency "httparty", "~> 0.7.8"
24
- s.add_development_dependency "nokogiri", "~> 1.4.5"
22
+ s.add_dependency "tzinfo", "~> 0.3.29"
23
+ s.add_dependency "httparty", "~> 0.7.8"
24
+ s.add_dependency "nokogiri", "~> 1.4.5"
25
25
 
26
26
  s.files = `git ls-files`.split("\n")
27
27
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module CampfireExport
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marc Hedlund
@@ -71,7 +71,7 @@ dependencies:
71
71
  - 3
72
72
  - 29
73
73
  version: 0.3.29
74
- type: :development
74
+ type: :runtime
75
75
  version_requirements: *id004
76
76
  - !ruby/object:Gem::Dependency
77
77
  name: httparty
@@ -85,7 +85,7 @@ dependencies:
85
85
  - 7
86
86
  - 8
87
87
  version: 0.7.8
88
- type: :development
88
+ type: :runtime
89
89
  version_requirements: *id005
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: nokogiri
@@ -99,7 +99,7 @@ dependencies:
99
99
  - 4
100
100
  - 5
101
101
  version: 1.4.5
102
- type: :development
102
+ type: :runtime
103
103
  version_requirements: *id006
104
104
  description: Export transcripts and uploaded files from your 37signals' Campfire account.
105
105
  email: