knock-knock 0.1 → 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.
@@ -1,3 +1,8 @@
1
+ == 0.1.1 2008-12-07
2
+
3
+ * Bug fix
4
+ * Fixing a problem with constants on Connection class
5
+
1
6
  == 0.1 2008-12-06
2
7
 
3
8
  * Singleton class for connection with Google
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ $hoe = Hoe.new('knock-knock', Bubble::KnockKnock::VERSION) do |p|
7
7
  p.developer('Bruno Azisaka Maciel', 'bruno@dookie.com.br')
8
8
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
9
9
  # p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
10
- p.rubyforge_name = 'dookie' # TODO this is default value
10
+ p.rubyforge_name = 'knock-knock' # TODO this is default value
11
11
  p.extra_deps = [
12
12
  ['activesupport','>= 2.0.2'],
13
13
  ]
@@ -45,7 +45,7 @@ class Bubble::KnockKnock::Connection
45
45
  'Email' => @email,
46
46
  'Passwd' => @password,
47
47
  'service' => @service,
48
- 'source' => APP_NAME }
48
+ 'source' => Bubble::KnockKnock::APP_NAME }
49
49
 
50
50
  @http = Net::HTTP.new(@uri.host, 443)
51
51
  @http.use_ssl = true
@@ -9,7 +9,7 @@ module Bubble
9
9
 
10
10
  # For more information take a look on README
11
11
  module KnockKnock
12
- VERSION = '0.1'
12
+ VERSION = '0.1.1'
13
13
  APP_NAME = 'KnockKnock Ruby Gem'
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knock-knock
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Azisaka Maciel
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version:
93
93
  requirements: []
94
94
 
95
- rubyforge_project: dookie
95
+ rubyforge_project: knock-knock
96
96
  rubygems_version: 1.3.0
97
97
  signing_key:
98
98
  specification_version: 2