flex-sdk 0.3.3 → 0.3.4
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/Rakefile +3 -3
- data/VERSION +1 -1
- data/flex-sdk.gemspec +4 -4
- metadata +6 -6
data/Rakefile
CHANGED
|
@@ -5,10 +5,10 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "flex-sdk"
|
|
8
|
-
gem.summary = %Q{Flex SDK Gem
|
|
9
|
-
gem.description = %Q{Flex SDK Gem for redistribution to
|
|
8
|
+
gem.summary = %Q{Flex SDK Gem}
|
|
9
|
+
gem.description = %Q{Flex SDK Gem for redistribution to build servers and developers}
|
|
10
10
|
gem.email = "jonathan.hoskin@visfleet.com"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/visfleet/flex-sdk"
|
|
12
12
|
gem.authors = ["Jonathan Hoskin"]
|
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.4
|
data/flex-sdk.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{flex-sdk}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jonathan Hoskin"]
|
|
12
12
|
s.date = %q{2010-11-03}
|
|
13
|
-
s.description = %q{Flex SDK Gem for redistribution to
|
|
13
|
+
s.description = %q{Flex SDK Gem for redistribution to build servers and developers}
|
|
14
14
|
s.email = %q{jonathan.hoskin@visfleet.com}
|
|
15
15
|
s.executables = ["flex-sdk-path", "flex-sdk-prime"]
|
|
16
16
|
s.extra_rdoc_files = [
|
|
@@ -32,11 +32,11 @@ Gem::Specification.new do |s|
|
|
|
32
32
|
"test/helper.rb",
|
|
33
33
|
"test/test_flex-sdk.rb"
|
|
34
34
|
]
|
|
35
|
-
s.homepage = %q{http://github.com/
|
|
35
|
+
s.homepage = %q{http://github.com/visfleet/flex-sdk}
|
|
36
36
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
37
37
|
s.require_paths = ["lib"]
|
|
38
38
|
s.rubygems_version = %q{1.3.7}
|
|
39
|
-
s.summary = %q{Flex SDK Gem
|
|
39
|
+
s.summary = %q{Flex SDK Gem}
|
|
40
40
|
s.test_files = [
|
|
41
41
|
"test/helper.rb",
|
|
42
42
|
"test/test_flex-sdk.rb"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flex-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jonathan Hoskin
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: "0"
|
|
33
33
|
type: :development
|
|
34
34
|
version_requirements: *id001
|
|
35
|
-
description: Flex SDK Gem for redistribution to
|
|
35
|
+
description: Flex SDK Gem for redistribution to build servers and developers
|
|
36
36
|
email: jonathan.hoskin@visfleet.com
|
|
37
37
|
executables:
|
|
38
38
|
- flex-sdk-path
|
|
@@ -57,7 +57,7 @@ files:
|
|
|
57
57
|
- test/helper.rb
|
|
58
58
|
- test/test_flex-sdk.rb
|
|
59
59
|
has_rdoc: true
|
|
60
|
-
homepage: http://github.com/
|
|
60
|
+
homepage: http://github.com/visfleet/flex-sdk
|
|
61
61
|
licenses: []
|
|
62
62
|
|
|
63
63
|
post_install_message:
|
|
@@ -89,7 +89,7 @@ rubyforge_project:
|
|
|
89
89
|
rubygems_version: 1.3.7
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 3
|
|
92
|
-
summary: Flex SDK Gem
|
|
92
|
+
summary: Flex SDK Gem
|
|
93
93
|
test_files:
|
|
94
94
|
- test/helper.rb
|
|
95
95
|
- test/test_flex-sdk.rb
|