urbanairship 3.2.2 → 3.2.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG +6 -0
- data/README.rst +6 -6
- data/docs/push.rst +6 -0
- data/lib/urbanairship/push/audience.rb +5 -0
- data/lib/urbanairship/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90725801ea0a0dcd8d3d9dee004e27490f1702af
|
|
4
|
+
data.tar.gz: aa29329c6d1e0f8d842470eeae4841a9f5784879
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45a73240b851d941b6cec9632d3bd3161e1c2c850241c583d0eff2f0b3371fb512c58d795a30c309870ff4cd8c5039e0cafd90651d3f518f5be648ccbcbb972e
|
|
7
|
+
data.tar.gz: 73a0470ec770e2d1b96f6d60b0b88c8c1520d7af3c102f206550c66dfd7c08cd378f291afdcfa9181d2696df0f8d50a85a50b499ace632112e23a9ccf3885f52
|
data/CHANGELOG
CHANGED
data/README.rst
CHANGED
|
@@ -86,13 +86,13 @@ Contributing
|
|
|
86
86
|
============
|
|
87
87
|
|
|
88
88
|
1. Fork it ( https://github.com/urbanairship/ruby-library )
|
|
89
|
-
2. Create your feature branch
|
|
90
|
-
3. Commit your changes
|
|
91
|
-
4. Push to the branch
|
|
89
|
+
2. Create your feature branch: ``git checkout -b my-new-feature``
|
|
90
|
+
3. Commit your changes ``git commit -am 'Add some feature'``
|
|
91
|
+
4. Push to the branch ``git push origin my-new-feature``
|
|
92
92
|
5. Create a new Pull Request
|
|
93
|
-
6. Sign Urban Airship's `contribution agreement
|
|
94
|
-
|
|
95
|
-
Note
|
|
93
|
+
6. Sign Urban Airship's `contribution agreement <http://docs.urbanairship.com/contribution-agreement.html>`_.
|
|
94
|
+
|
|
95
|
+
**Note**: Changes will not be approved and merged without a signed contribution agreement
|
|
96
96
|
|
|
97
97
|
Development
|
|
98
98
|
===========
|
data/docs/push.rst
CHANGED
|
@@ -113,6 +113,12 @@ Select a single segment:
|
|
|
113
113
|
|
|
114
114
|
push.audience = UA.segment(segment)
|
|
115
115
|
|
|
116
|
+
Select a single named user:
|
|
117
|
+
|
|
118
|
+
.. code-block:: ruby
|
|
119
|
+
|
|
120
|
+
push.audience = UA.named_user(named_user)
|
|
121
|
+
|
|
116
122
|
Select devices that match at least one of the given selectors:
|
|
117
123
|
|
|
118
124
|
.. code-block:: ruby
|
data/lib/urbanairship/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: urbanairship
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Urban Airship
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: unirest
|