momentapp 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/lib/momentapp/version.rb +1 -1
- data/momentapp.gemspec +1 -1
- metadata +5 -6
data/CHANGELOG.md
ADDED
data/lib/momentapp/version.rb
CHANGED
data/momentapp.gemspec
CHANGED
@@ -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://
|
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.
|
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-
|
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
|
-
|
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.
|
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.
|