sketchup_json 0.1.0 → 0.1.1
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/{sketchup_json.rb → lib/sketchup_json.rb} +0 -0
- data/sketchup_json.gemspec +2 -2
- metadata +5 -5
|
File without changes
|
data/sketchup_json.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |gem|
|
|
2
2
|
gem.name = "sketchup_json"
|
|
3
|
-
gem.version = "0.1.
|
|
3
|
+
gem.version = "0.1.1"
|
|
4
4
|
gem.authors = ["Dalto Curvelano Junior", "Superficie.org"]
|
|
5
5
|
gem.description = "A simple JSON parser/generator suited to be used in Google Sketchup"
|
|
6
6
|
gem.summary = "Google Sketchup's Ruby version doesn't have any standard libraries. This gem provides a simple API for parsing and generating JSON data."
|
|
7
7
|
|
|
8
8
|
gem.files = [
|
|
9
|
-
"sketchup_json.rb",
|
|
9
|
+
"lib/sketchup_json.rb",
|
|
10
10
|
"sketchup_json.gemspec",
|
|
11
11
|
"lib/sketchup_json/generator.rb",
|
|
12
12
|
"lib/sketchup_json/parser.rb",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sketchup_json
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dalto Curvelano Junior
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-
|
|
19
|
+
date: 2010-08-02 00:00:00 -03:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|
|
@@ -29,7 +29,7 @@ extensions: []
|
|
|
29
29
|
extra_rdoc_files: []
|
|
30
30
|
|
|
31
31
|
files:
|
|
32
|
-
- sketchup_json.rb
|
|
32
|
+
- lib/sketchup_json.rb
|
|
33
33
|
- sketchup_json.gemspec
|
|
34
34
|
- lib/sketchup_json/generator.rb
|
|
35
35
|
- lib/sketchup_json/parser.rb
|