amcharts-js 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fd282b37ad4465b0d25fd07b2d8410a909d73ce
4
- data.tar.gz: d5625b7fc46a42ef859fde8284720e6a38a0b690
3
+ metadata.gz: 9446713ca66b7209988286ef44022711bed3788f
4
+ data.tar.gz: 654aa3af4c1c588d60f2211cb3e06dd1969637a2
5
5
  SHA512:
6
- metadata.gz: b9360b660834d85f39743bd32c23212307ec952b466a70654a9b6fa8cba7c00b826c547e40196a32e5fd8e3ef84aeddb5e7a9479cc9f1c6fde4cc70cb777e3c4
7
- data.tar.gz: 264fd8987eb12f7f30010fcafe18fc00735e090806a884b8245e3306c9434955f77cec12277a4977dfab951abd8c22dce0e982283b088516b87d6299932868ee
6
+ metadata.gz: 2888c98704e070bf8117d34a03b6a5c445a3d56ea2ee003d42009bd035bb2afae59be4fee51df78d199b9bfad4b2558ae5582add5da19ef7a7248badeae92521
7
+ data.tar.gz: 55bced8ee35c4eb29e69663df53cf75814c5f5d2e472d68808f5fb15ddc0cacad7fde9d5c73c713d6a3a6521163b5a40294d07e7202fa5fbfb00d30ee4e787ec
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Amcharts-Js
1
+ # Amcharts-Js (Unsupported)
2
2
 
3
3
  `amcharts-js` is a gem for create custom charts and maps with the [AM**CHARTS**](https://www.amcharts.com) library
4
4
 
@@ -6,16 +6,22 @@ require 'amcharts-js/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "amcharts-js"
8
8
  spec.version = Amcharts::Js::VERSION
9
-
10
- spec.required_rubygems_version = Gem::Requirement.new(">= 0") if spec.respond_to? :required_rubygems_version=
11
- spec.rubygems_version = %q{1.6.2}
12
9
  spec.authors = ["code-andres"]
13
10
  spec.email = ["andresmanuel.p23@gmail.com"]
14
- spec.summary = %q{Amcharts v3 for rails.}
11
+
12
+ spec.summary = %q{Amcharts v3 for rails.}
15
13
  spec.description = %q{Use amcharts-js in your rails assets pipeline.}
16
14
  spec.homepage = %q{https://github.com/code-andres/amcharts-js}
17
15
  spec.license = "MIT"
18
16
 
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
+ end
24
+
19
25
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
26
  spec.bindir = "exe"
21
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1 +1 @@
1
- //= require_tree ./amcharts
1
+ //= require_tree ./ammap
@@ -1,5 +1,5 @@
1
1
  module Amcharts
2
2
  module Js
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amcharts-js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code-andres
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-30 00:00:00.000000000 Z
11
+ date: 2017-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -1860,7 +1860,8 @@ files:
1860
1860
  homepage: https://github.com/code-andres/amcharts-js
1861
1861
  licenses:
1862
1862
  - MIT
1863
- metadata: {}
1863
+ metadata:
1864
+ allowed_push_host: https://rubygems.org
1864
1865
  post_install_message:
1865
1866
  rdoc_options: []
1866
1867
  require_paths:
@@ -1877,7 +1878,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1877
1878
  version: '0'
1878
1879
  requirements: []
1879
1880
  rubyforge_project:
1880
- rubygems_version: 2.6.3
1881
+ rubygems_version: 2.5.1
1881
1882
  signing_key:
1882
1883
  specification_version: 4
1883
1884
  summary: Amcharts v3 for rails.