moiptise 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.
- data/.project +18 -0
- data/lib/moiptise/version.rb +1 -1
- data/moiptise.gemspec +3 -1
- data/spec/moiptise_spec.rb +4 -0
- metadata +21 -6
data/.project
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<projectDescription>
|
|
3
|
+
<name>moiptise</name>
|
|
4
|
+
<comment></comment>
|
|
5
|
+
<projects>
|
|
6
|
+
</projects>
|
|
7
|
+
<buildSpec>
|
|
8
|
+
<buildCommand>
|
|
9
|
+
<name>com.aptana.ide.core.unifiedBuilder</name>
|
|
10
|
+
<arguments>
|
|
11
|
+
</arguments>
|
|
12
|
+
</buildCommand>
|
|
13
|
+
</buildSpec>
|
|
14
|
+
<natures>
|
|
15
|
+
<nature>org.radrails.rails.core.railsnature</nature>
|
|
16
|
+
<nature>com.aptana.ruby.core.rubynature</nature>
|
|
17
|
+
</natures>
|
|
18
|
+
</projectDescription>
|
data/lib/moiptise/version.rb
CHANGED
data/moiptise.gemspec
CHANGED
|
@@ -6,12 +6,14 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "moiptise"
|
|
7
7
|
s.version = Moiptise::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
|
-
s.authors = ["José Rafael Moraes"]
|
|
9
|
+
s.authors = ["José Rafael Moraes & Codemedia"]
|
|
10
10
|
s.email = ["rafael@codemedia.com.br"]
|
|
11
11
|
s.homepage = "http://www.codemedia.com.br"
|
|
12
12
|
s.summary = %q{Gem para comunicação com o MoIP}
|
|
13
13
|
s.description = %q{Gem em desenvolvimento para prover funções básicas de comunicação com os serviços MoIP}
|
|
14
14
|
|
|
15
|
+
s.add_development_dependency "rspec"
|
|
16
|
+
|
|
15
17
|
s.rubyforge_project = "moiptise"
|
|
16
18
|
|
|
17
19
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moiptise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
- "Jos\xC3\xA9 Rafael Moraes"
|
|
13
|
+
- "Jos\xC3\xA9 Rafael Moraes & Codemedia"
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
18
|
date: 2011-05-13 00:00:00 Z
|
|
19
|
-
dependencies:
|
|
20
|
-
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: rspec
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
32
|
+
type: :development
|
|
33
|
+
version_requirements: *id001
|
|
21
34
|
description: "Gem em desenvolvimento para prover fun\xC3\xA7\xC3\xB5es b\xC3\xA1sicas de comunica\xC3\xA7\xC3\xA3o com os servi\xC3\xA7os MoIP"
|
|
22
35
|
email:
|
|
23
36
|
- rafael@codemedia.com.br
|
|
@@ -29,11 +42,13 @@ extra_rdoc_files: []
|
|
|
29
42
|
|
|
30
43
|
files:
|
|
31
44
|
- .gitignore
|
|
45
|
+
- .project
|
|
32
46
|
- Gemfile
|
|
33
47
|
- Rakefile
|
|
34
48
|
- lib/moiptise.rb
|
|
35
49
|
- lib/moiptise/version.rb
|
|
36
50
|
- moiptise.gemspec
|
|
51
|
+
- spec/moiptise_spec.rb
|
|
37
52
|
homepage: http://www.codemedia.com.br
|
|
38
53
|
licenses: []
|
|
39
54
|
|