sketchup_json 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "sketchup_json"
3
- gem.version = "0.1.0"
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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-07-30 00:00:00 -03:00
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