momentapp 0.0.1 → 0.0.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.
@@ -0,0 +1,4 @@
1
+ ## 0.0.2 (2011-10-30)
2
+
3
+ * fixed the homepage proper url
4
+ * introduced this CHANGELOG.md file
@@ -1,3 +1,3 @@
1
1
  module Momentapp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Momentapp::VERSION
8
8
  s.authors = ["millisami"]
9
9
  s.email = ["millisami@gmail.com"]
10
- s.homepage = "http://momentapp.github.com"
10
+ s.homepage = "http://millisami.github.com/momentapp"
11
11
  s.summary = %q{Moment is a ruby wrapper for the Momentapp.com service.}
12
12
  s.description = %q{Moment is a ruby wrapper for the Momentapp.com service. Interaction with the Momentapp API made easy.}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: momentapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-18 00:00:00.000000000 +05:45
13
- default_executable:
12
+ date: 2011-10-30 00:00:00.000000000Z
14
13
  dependencies: []
15
14
  description: Moment is a ruby wrapper for the Momentapp.com service. Interaction with
16
15
  the Momentapp API made easy.
@@ -22,6 +21,7 @@ extra_rdoc_files: []
22
21
  files:
23
22
  - .gitignore
24
23
  - .rspec
24
+ - CHANGELOG.md
25
25
  - Gemfile
26
26
  - LICENSE
27
27
  - README.md
@@ -33,8 +33,7 @@ files:
33
33
  - spec/cassettes_library/.gitkeep
34
34
  - spec/momentapp_spec.rb
35
35
  - spec/spec_helper.rb
36
- has_rdoc: true
37
- homepage: http://momentapp.github.com
36
+ homepage: http://millisami.github.com/momentapp
38
37
  licenses: []
39
38
  post_install_message:
40
39
  rdoc_options: []
@@ -54,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  version: '0'
55
54
  requirements: []
56
55
  rubyforge_project: momentapp
57
- rubygems_version: 1.6.2
56
+ rubygems_version: 1.8.10
58
57
  signing_key:
59
58
  specification_version: 3
60
59
  summary: Moment is a ruby wrapper for the Momentapp.com service.