motion-plot 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -2
  2. data/lib/motion-plot/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Motion::Plot
2
2
 
3
- Build native charts as you are used with Highcharts/D3. This library is a wrapper on top of CorePlot
3
+ Build native charts as you are used with Highcharts/D3. This library is a wrapper on top of [CorePlot](https://code.google.com/p/core-plot/), the iOS plotting framework to build native chart using CoreAnimation, Core Data and Cocoa Bindings
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'motion-plot'
9
+ `gem 'motion-plot'`
10
10
 
11
11
  And then execute:
12
12
 
@@ -16,6 +16,8 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install motion-plot
18
18
 
19
+ And add `require 'motion-plot'` to your `Gemfile`
20
+
19
21
  ## Usage
20
22
 
21
23
  Look at examples directory for usage options.
@@ -1,3 +1,3 @@
1
1
  module MotionPlot
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-plot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-11 00:00:00.000000000 Z
12
+ date: 2013-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bubble-wrap