willbailey-flareshow 0.0.0 → 0.1.0
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/.gitignore +1 -0
- data/Flareshow.gemspec +4 -2
- metadata +4 -4
data/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
*.gem
|
data/Flareshow.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{flareshow}
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.1.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Will Bailey"]
|
@@ -17,8 +17,10 @@ Gem::Specification.new do |s|
|
|
17
17
|
"README.txt"
|
18
18
|
]
|
19
19
|
s.files = [
|
20
|
-
"
|
20
|
+
".gitignore",
|
21
|
+
"Flareshow.gemspec",
|
21
22
|
"LICENSE",
|
23
|
+
"README.txt",
|
22
24
|
"Rakefile",
|
23
25
|
"TODO",
|
24
26
|
"VERSION",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: willbailey-flareshow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Will Bailey
|
@@ -82,8 +82,10 @@ extra_rdoc_files:
|
|
82
82
|
- LICENSE
|
83
83
|
- README.txt
|
84
84
|
files:
|
85
|
+
- .gitignore
|
85
86
|
- Flareshow.gemspec
|
86
87
|
- LICENSE
|
88
|
+
- README.txt
|
87
89
|
- Rakefile
|
88
90
|
- TODO
|
89
91
|
- VERSION
|
@@ -101,10 +103,8 @@ files:
|
|
101
103
|
- lib/util.rb
|
102
104
|
- test/flareshow_test.rb
|
103
105
|
- test/test_helper.rb
|
104
|
-
- README.txt
|
105
106
|
has_rdoc: true
|
106
107
|
homepage: http://github.com/willbailey/flareshow
|
107
|
-
licenses:
|
108
108
|
post_install_message:
|
109
109
|
rdoc_options:
|
110
110
|
- --charset=UTF-8
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
requirements: []
|
126
126
|
|
127
127
|
rubyforge_project: flareshow
|
128
|
-
rubygems_version: 1.
|
128
|
+
rubygems_version: 1.2.0
|
129
129
|
signing_key:
|
130
130
|
specification_version: 2
|
131
131
|
summary: "TODO: a ruby gem for interacting with the shareflow collaboration service"
|