gpis 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/.idea/gpis.iml CHANGED
@@ -7,38 +7,8 @@
7
7
  <content url="file://$MODULE_DIR$" />
8
8
  <orderEntry type="inheritedJdk" />
9
9
  <orderEntry type="sourceFolder" forTests="false" />
10
- <orderEntry type="library" scope="PROVIDED" name="actionmailer (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
11
- <orderEntry type="library" scope="PROVIDED" name="actionpack (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="activemodel (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="activerecord (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="activeresource (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="arel (v3.0.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="builder (v3.0.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
18
10
  <orderEntry type="library" scope="PROVIDED" name="bundler (v1.0.21, RVM: ruby-1.9.2-p290) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="hike (v1.2.1, RVM: ruby-1.9.2-p290) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="journey (v1.0.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="json (v1.7.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="mail (v2.4.4, RVM: ruby-1.9.2-p290) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="mime-types (v1.18, RVM: ruby-1.9.2-p290) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.3.6, RVM: ruby-1.9.2-p290) [gem]" level="application" />
27
11
  <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.5.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="polyglot (v0.3.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
29
- <orderEntry type="library" scope="PROVIDED" name="rack (v1.4.1, RVM: ruby-1.9.2-p290) [gem]" level="application" />
30
- <orderEntry type="library" scope="PROVIDED" name="rack-cache (v1.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
31
- <orderEntry type="library" scope="PROVIDED" name="rack-ssl (v1.3.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
32
- <orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.1, RVM: ruby-1.9.2-p290) [gem]" level="application" />
33
- <orderEntry type="library" scope="PROVIDED" name="rails (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
34
- <orderEntry type="library" scope="PROVIDED" name="railties (v3.2.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
35
- <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, RVM: ruby-1.9.2-p290) [gem]" level="application" />
36
- <orderEntry type="library" scope="PROVIDED" name="rdoc (v3.12, RVM: ruby-1.9.2-p290) [gem]" level="application" />
37
- <orderEntry type="library" scope="PROVIDED" name="sprockets (v2.1.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
38
- <orderEntry type="library" scope="PROVIDED" name="thor (v0.14.6, RVM: ruby-1.9.2-p290) [gem]" level="application" />
39
- <orderEntry type="library" scope="PROVIDED" name="tilt (v1.3.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
40
- <orderEntry type="library" scope="PROVIDED" name="treetop (v1.4.10, RVM: ruby-1.9.2-p290) [gem]" level="application" />
41
- <orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.33, RVM: ruby-1.9.2-p290) [gem]" level="application" />
42
12
  </component>
43
13
  </module>
44
14
 
data/.idea/workspace.xml CHANGED
@@ -5,7 +5,7 @@
5
5
  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/gpis.iml" afterPath="$PROJECT_DIR$/.idea/gpis.iml" />
6
6
  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
7
7
  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/gpis.gemspec" afterPath="$PROJECT_DIR$/gpis.gemspec" />
8
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gpis.rb" afterPath="$PROJECT_DIR$/lib/gpis.rb" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gpis/version.rb" afterPath="$PROJECT_DIR$/lib/gpis/version.rb" />
9
9
  </list>
10
10
  <ignored path="gpis.iws" />
11
11
  <ignored path=".idea/workspace.xml" />
@@ -51,10 +51,19 @@
51
51
  </provider>
52
52
  </entry>
53
53
  </file>
54
- <file leaf-file-name="gpis.gemspec" pinned="false" current="true" current-in-tab="true">
54
+ <file leaf-file-name="gpis.gemspec" pinned="false" current="false" current-in-tab="false">
55
55
  <entry file="file://$PROJECT_DIR$/gpis.gemspec">
56
56
  <provider selected="true" editor-type-id="text-editor">
57
- <state line="9" column="50" selection-start="615" selection-end="615" vertical-scroll-proportion="0.18141097">
57
+ <state line="18" column="31" selection-start="934" selection-end="934" vertical-scroll-proportion="0.0">
58
+ <folding />
59
+ </state>
60
+ </provider>
61
+ </entry>
62
+ </file>
63
+ <file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
64
+ <entry file="file://$PROJECT_DIR$/lib/gpis/version.rb">
65
+ <provider selected="true" editor-type-id="text-editor">
66
+ <state line="1" column="18" selection-start="30" selection-end="30" vertical-scroll-proportion="0.01986755">
58
67
  <folding />
59
68
  </state>
60
69
  </provider>
@@ -104,6 +113,7 @@
104
113
  <option value="$PROJECT_DIR$/lib/gpis/gpis_app_info.rb" />
105
114
  <option value="$PROJECT_DIR$/lib/gpis.rb" />
106
115
  <option value="$PROJECT_DIR$/gpis.gemspec" />
116
+ <option value="$PROJECT_DIR$/lib/gpis/version.rb" />
107
117
  </list>
108
118
  </option>
109
119
  </component>
@@ -375,6 +385,13 @@
375
385
  </state>
376
386
  </provider>
377
387
  </entry>
388
+ <entry file="file://$PROJECT_DIR$/README.md">
389
+ <provider selected="true" editor-type-id="text-editor">
390
+ <state line="20" column="7" selection-start="220" selection-end="220" vertical-scroll-proportion="0.0">
391
+ <folding />
392
+ </state>
393
+ </provider>
394
+ </entry>
378
395
  <entry file="file://$PROJECT_DIR$/lib/gpis.rb">
379
396
  <provider selected="true" editor-type-id="text-editor">
380
397
  <state line="0" column="22" selection-start="22" selection-end="22" vertical-scroll-proportion="0.0">
@@ -382,16 +399,16 @@
382
399
  </state>
383
400
  </provider>
384
401
  </entry>
385
- <entry file="file://$PROJECT_DIR$/README.md">
402
+ <entry file="file://$PROJECT_DIR$/gpis.gemspec">
386
403
  <provider selected="true" editor-type-id="text-editor">
387
- <state line="20" column="7" selection-start="220" selection-end="220" vertical-scroll-proportion="0.0">
404
+ <state line="18" column="31" selection-start="934" selection-end="934" vertical-scroll-proportion="0.0">
388
405
  <folding />
389
406
  </state>
390
407
  </provider>
391
408
  </entry>
392
- <entry file="file://$PROJECT_DIR$/gpis.gemspec">
409
+ <entry file="file://$PROJECT_DIR$/lib/gpis/version.rb">
393
410
  <provider selected="true" editor-type-id="text-editor">
394
- <state line="9" column="50" selection-start="615" selection-end="615" vertical-scroll-proportion="0.18141097">
411
+ <state line="1" column="18" selection-start="30" selection-end="30" vertical-scroll-proportion="0.01986755">
395
412
  <folding />
396
413
  </state>
397
414
  </provider>
data/gpis.gemspec CHANGED
@@ -16,7 +16,5 @@ Gem::Specification.new do |gem|
16
16
  gem.require_paths = ["lib"]
17
17
  gem.version = Gpis::VERSION
18
18
 
19
- gem.add_dependency "open-uri"
20
19
  gem.add_dependency "nokogiri"
21
- gem.add_dependency "iconv"
22
20
  end
data/lib/gpis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Gpis
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,22 +11,6 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: open-uri
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
30
14
  - !ruby/object:Gem::Dependency
31
15
  name: nokogiri
32
16
  requirement: !ruby/object:Gem::Requirement
@@ -43,22 +27,6 @@ dependencies:
43
27
  - - ! '>='
44
28
  - !ruby/object:Gem::Version
45
29
  version: '0'
46
- - !ruby/object:Gem::Dependency
47
- name: iconv
48
- requirement: !ruby/object:Gem::Requirement
49
- none: false
50
- requirements:
51
- - - ! '>='
52
- - !ruby/object:Gem::Version
53
- version: '0'
54
- type: :runtime
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
30
  description: A Simple gem to scrape information about android applications from the
63
31
  Google Play website. It has support for scraping info in multiple languages. For
64
32
  now only name, category and description are supported, as only these were needed